From 6bb5f097407842c1da7b0149fb3e8a1473f54059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Klatt?= Date: Fri, 24 Jan 2025 14:42:58 +0100 Subject: [PATCH 1/3] ACP-4782 Added warning for PayOne App PayPal Express without PayOne account to be updated. --- .../202410.0/install-the-payments-feature.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_includes/pbc/all/install-features/202410.0/install-the-payments-feature.md b/_includes/pbc/all/install-features/202410.0/install-the-payments-feature.md index 73bb3f2980..2c4c5b229a 100644 --- a/_includes/pbc/all/install-features/202410.0/install-the-payments-feature.md +++ b/_includes/pbc/all/install-features/202410.0/install-the-payments-feature.md @@ -47,6 +47,17 @@ Make sure that the following modules have been installed: ## 2) Set up Express Checkout payments configuration +{% info_block warningBox "Verification" %} + +When you want to use PayPal Express provided by the PayOne App, you need to ensure that your PayOne Account is onboarded to the PayPal Express V2. + +You can find more information to this on the PayOne Documentation page https://docs.payone.com/payment-methods/paypal/paypal-v2/paypalv2-credentials. + +Ensure that all Payment Methods can be used with your PayOne account before deploying to production. + +{% endinfo_block %} + + 1. Configure the checkout payment step to hide the express checkout payment methods. For example, if you're using the ACP Payone app, you can exclude the `payone-paypal-express` payment method. **src/Pyz/Yves/CheckoutPage/CheckoutPageConfig.php** From bf24cc11be5c69e8850153204a7fed6c188d194a Mon Sep 17 00:00:00 2001 From: Andrii Tserkovnyi Date: Wed, 29 Jan 2025 12:00:31 +0800 Subject: [PATCH 2/3] Update install-the-payments-feature.md --- .../install-features/202410.0/install-the-payments-feature.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/pbc/all/install-features/202410.0/install-the-payments-feature.md b/_includes/pbc/all/install-features/202410.0/install-the-payments-feature.md index 2c4c5b229a..0b54cbf391 100644 --- a/_includes/pbc/all/install-features/202410.0/install-the-payments-feature.md +++ b/_includes/pbc/all/install-features/202410.0/install-the-payments-feature.md @@ -32,7 +32,7 @@ composer require "spryker-feature/payments:{{page.version}}" "spryker/checkout-r {% info_block warningBox "Verification" %} Make sure that the following modules have been installed: -| MODULE | EXPECTED DIRECTORY | REQUIRED ONLY FOR ACP PAYMENTS | +| MODULE | EXPECTED DIRECTORY | REQUIRED ONLY FOR ACP PAYMENTS | |---------------------------|--------------------------------------------------|--------------------------------| | PaymentDataImport | vendor/spryker/payment-data-import | | | PaymentGui | vendor/spryker/payment-gui | | @@ -51,7 +51,7 @@ Make sure that the following modules have been installed: When you want to use PayPal Express provided by the PayOne App, you need to ensure that your PayOne Account is onboarded to the PayPal Express V2. -You can find more information to this on the PayOne Documentation page https://docs.payone.com/payment-methods/paypal/paypal-v2/paypalv2-credentials. +You can find more information to this on the PayOne Documentation page https://docs.payone.com/payment-methods/paypal/paypal-v2/paypalv2-credentials. Ensure that all Payment Methods can be used with your PayOne account before deploying to production. From 150b53c633cf2ad4b6f74cd24b80f1131daafdb4 Mon Sep 17 00:00:00 2001 From: Andrii Tserkovnyi Date: Wed, 29 Jan 2025 12:05:29 +0800 Subject: [PATCH 3/3] Update install-the-payments-feature.md --- .../202410.0/install-the-payments-feature.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/_includes/pbc/all/install-features/202410.0/install-the-payments-feature.md b/_includes/pbc/all/install-features/202410.0/install-the-payments-feature.md index 0b54cbf391..b38cec8620 100644 --- a/_includes/pbc/all/install-features/202410.0/install-the-payments-feature.md +++ b/_includes/pbc/all/install-features/202410.0/install-the-payments-feature.md @@ -20,6 +20,15 @@ To start the feature integration, overview and install the necessary features: | --- | --- | | Spryker Core | {{page.version}} | +### Prerequisites for PayPal Express by PayOne + +Your PayOne Account needs to be onboarded to the PayPal Express v2. + +For more information, see [Paypal Express V2 in PayOne docs](https://docs.payone.com/payment-methods/paypal/paypal-v2/paypal-express-v2). + +Make sure all payment methods can be used with your PayOne account before deploying to production. + + ## 1) Install the required modules Install the required modules using Composer: @@ -47,16 +56,6 @@ Make sure that the following modules have been installed: ## 2) Set up Express Checkout payments configuration -{% info_block warningBox "Verification" %} - -When you want to use PayPal Express provided by the PayOne App, you need to ensure that your PayOne Account is onboarded to the PayPal Express V2. - -You can find more information to this on the PayOne Documentation page https://docs.payone.com/payment-methods/paypal/paypal-v2/paypalv2-credentials. - -Ensure that all Payment Methods can be used with your PayOne account before deploying to production. - -{% endinfo_block %} - 1. Configure the checkout payment step to hide the express checkout payment methods. For example, if you're using the ACP Payone app, you can exclude the `payone-paypal-express` payment method.