Skip to content

Commit

Permalink
Merge pull request #156 from rozzilla/patch-4
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
dimasch authored Dec 7, 2020
2 parents f2d7daa + 339c10c commit 3c561c7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This is the PayPal Payment module for Vue Storefront


PayPal Payment Magento 2 module for [vue-storefront](https://github.com/DivanteLtd/vue-storefront)
PayPal Payment Magento 1 & 2 module for [vue-storefront](https://github.com/DivanteLtd/vue-storefront)

![default](https://imgur.com/QFCUX0R.jpg)

Tested with VSF 1.12.x

This module is for those who want to use Magento 2's built in Paypal extension that uses the deprecated NVP/Soap api. Tested on Magento 2.2.x and 2.3.x. This allows for backend Magento2 management of the Order lifecycle.
This module is for those who want to use Magento 1 & 2's built in Paypal extension that uses the deprecated NVP/Soap api. Tested on Magento 1.9.x, 2.2.x and 2.3.x. This allows for backend Magento management of the Order lifecycle.

This module can also be used with the newer API calls easily, as address and cart items are set to be transferred to Paypal SmartButton.

Expand Down Expand Up @@ -156,12 +156,15 @@ Add the following also to your `config/local.json` need set `paypal.env` to `san
If the JSON object sent to the VSF API order is bigger than the body-parser limit, you get the exception `PayloadTooLargeError`.
For this reason, it's strongly recommended to increase the `bodyLimit` value, especially if some PayPal orders fail.
## Magento2 integration
## Magento integration
Turn on Paypal Express and provide the API credentials using the built in Paypal module. Enable only Express Checkout.
Other Paypal methods are not supported or tested right now.
### Important
For Magento 1.9.x you need to manually apply this fix on the magento1-vsbridge in order to correctly works with this module: [Fix Create order](https://github.com/DivanteLtd/magento1-vsbridge/pull/55).
## Customization
Also we can use `paypal.style` option for more customizable PayPal button view. For more info [PayPal](https://developer.paypal.com/demo/checkout/#/pattern/checkout).
Expand Down

0 comments on commit 3c561c7

Please sign in to comment.