rdunk/payment-paypal-express

Payment Module for Paypal Express Checkout

1.0.1 2016-11-21 18:43 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:58:59 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

  1. In your ProcessWire installation root execute the following command in terminal:
composer require rdunk/payment-paypal-express
  1. Navigate to your ProcessWire admin modules page and refresh the module list.
  2. Click "Install" next to the PaymentPayPalExpress module, it should appear under the "Payment" section.
  3. 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.