Skip to content

Commit 6d4986e

Browse files
committed
IBX-10275: Added missing packages to Stripe/PayPal intructions
1 parent 4e3c8e7 commit 6d4986e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/commerce/payment/enable_paypal_payments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ Before you can proceed with integrating PayPal, you must [create a PayPal busine
1111

1212
Install the PayPal package:
1313

14-
`composer require payum/paypal-express-checkout-nvp php-http/guzzle7-adapter`
14+
```bash
15+
composer require payum/paypal-express-checkout-nvp php-http/guzzle7-adapter php-http/message php-http/message-factory
16+
```
1517

1618
Then, add the following configuration to your YAML configuration file (`payum.yaml` or similar):
1719

docs/commerce/payment/enable_stripe_payments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Before you can proceed with integrating Stripe, [sign up for a Stripe account](h
1212

1313
Install the Stripe package:
1414

15-
`composer require payum/stripe php-http/guzzle7-adapter`
15+
```bash
16+
composer require payum/stripe php-http/guzzle7-adapter php-http/message php-http/message-factory
17+
```
1618

1719
Then, add the following configuration to your YAML configuration file (`payum.yaml` or similar):
1820

0 commit comments

Comments
 (0)