Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 583 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 583 Bytes

Omnipay: PayPal

PayPal driver for the Omnipay PHP payment processing library supporting V2 API endpoints

Omnipay is a framework agnostic, multi-gateway payment processing library for PHP. This package implements PayPal v2 API support for Omnipay.

Basic Usage

The following gateways and functions are provided by this package:

  • PayPal_Checkout (PayPal Checkout)
    • fetchOrder()
    • completePurchase()

For general usage instructions, please see the main Omnipay repository.