Skip to content

Commit 3c5b38b

Browse files
committed
Add dependency mention
1 parent 6d4986e commit 3c5b38b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/commerce/payment/enable_paypal_payments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ By using Payum to integrate PayPal into your application, you can offer your cus
99

1010
Before you can proceed with integrating PayPal, you must [create a PayPal business account](https://www.paypal.com/bizsignup/#/singlePageSignup) and obtain API credentials.
1111

12-
Install the PayPal package:
12+
Install the PayPal package and the required dependencies:
1313

1414
```bash
1515
composer require payum/paypal-express-checkout-nvp php-http/guzzle7-adapter php-http/message php-http/message-factory

docs/commerce/payment/enable_stripe_payments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ By using Payum to integrate Stripe into your application, you can securely proce
1010

1111
Before you can proceed with integrating Stripe, [sign up for a Stripe account](https://dashboard.stripe.com/register) and obtain the API keys required for integration.
1212

13-
Install the Stripe package:
13+
Install the PayPal package and the required dependencies:
1414

1515
```bash
1616
composer require payum/stripe php-http/guzzle7-adapter php-http/message php-http/message-factory
@@ -44,4 +44,4 @@ ibexa:
4444
strp_checkout:
4545
name: "Translated Stripe Checkout name"
4646

47-
```
47+
```

0 commit comments

Comments
 (0)