Skip to content

Commit

Permalink
Merge pull request #3032 from spryker/feature/acp-4782/master-add-doc…
Browse files Browse the repository at this point in the history
…s-for-required-payone-paypal-express-v2-account

ACP-4782 Added warning for PayOne App PayPal Express without PayOne a…
  • Loading branch information
andriitserkovnyi authored Jan 30, 2025
2 parents 3ed3993 + d8a05df commit d0e0a96
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -32,7 +41,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 | |
Expand All @@ -47,6 +56,7 @@ Make sure that the following modules have been installed:

## 2) Set up Express Checkout payments configuration


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**
Expand Down

0 comments on commit d0e0a96

Please sign in to comment.