rdunk / payment-paypal-express
Payment Module for Paypal Express Checkout
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:pw-module
Requires
This package is not auto-updated.
Last update: 2025-02-01 22:19:25 UTC
README
ProcessWire payment module for PayPal Express checkout using the v.zero SDK. Originally built for use with apeisa's PaymentModule (PW3 branch).
Requirements
- PHP 5.4 or newer
- ProcessWire 3.0.10 or newer – PaymentModule ProcessWire module
- Composer
Installation
- In your ProcessWire installation root execute the following command in terminal:
composer require rdunk/payment-paypal-express
- Navigate to your ProcessWire admin modules page and refresh the module list.
- Click "Install" next to the PaymentPayPalExpress module, it should appear under the "Payment" section.
- Edit the module options and add the relevant data including API keys.
Notes
Refer to the v.zero SDK documentation for more information. This module uses version 3.5.0 of the Braintree Javascript SDK.