PayPal's latest complete payments processing solution. Accept PayPal, PayPal Credit, credit/debit cards, alternative digital wallets local payment types and bank accounts. Turn on only PayPal options or process a full suite of payment methods. Enable global transaction with extensive currency and country coverage.
- PHP >= 7.0
- WordPress >=5.3
- WooCommerce >=4.5
- Clone repository
$ cd woocommerce-paypal-payments
$ composer install
$ yarn run build:dev
- Change the
PAYPAL_INTEGRATION_DATE
constant togmdate( 'Y-m-d' )
to run the latest PayPal JavaScript SDK
Note: PHPUnit needs at least PHP 7.3.
$ composer install
$ ./vendor/bin/phpunit
$ ./vendor/bin/phpcs src modules woocommerce-paypal-payments.php --extensions=php
If you want to deploy a new version, you need to do some preparation:
Clone the repository and cd
into it
The following command should get you a ZIP file ready to be used on a WordPress site.
npm run build
Make sure you have the version in the plugin root file updated.
Fix the PayPal JavaScript SDK integration date by using the current date for the PAYPAL_INTEGRATION_DATE
constant.
All feedback / bug reports / pull requests are welcome.