Skip to content

Commit a8cb02a

Browse files
authored
Added a warning about the required console access to install the module.
1 parent f49ec67 commit a8cb02a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
### Composer
1010

11-
Add it in your main thelia composer.json file
11+
> **WARNING** : A console access is required to update dependencies. If you don't have a console access, please get the latest 2.x version of the module here : https://github.com/thelia-modules/Paypal/tree/2.x
12+
13+
To install the module with Composer, open a console, navigate to the Thelia diorectory and type the following command to add the dependency to Thelia composer.json file.
1214

1315
```
1416
composer require thelia/paypal-module:~3.0.0
@@ -51,4 +53,4 @@ composer require thelia/paypal-module:~3.0.0
5153

5254
#### Express checkout
5355
![alt classic paypal payment](https://github.com/thelia-modules/Paypal/blob/master/images/payment_express_checkout.png?raw=true)
54-
- This method allow the customer to proceed the payment directly from the cart from a PayPal inContext popup.
56+
- This method allow the customer to proceed the payment directly from the cart from a PayPal inContext popup.

0 commit comments

Comments
 (0)