Skip to content

Releases: thephpleague/omnipay-paypal

2.5.0

07 Dec 14:47
Compare
Choose a tag to compare

API Version Bump.

v2.4.3

08 Jul 17:28
Compare
Choose a tag to compare

Added Void to Express Paypal

v2.4.2

11 Jun 16:05
Compare
Choose a tag to compare

fix endpoints.

v2.4.1

10 Mar 23:42
Compare
Choose a tag to compare

Bug fix for fetch transaction request

2.4.0

07 Jan 19:38
Compare
Choose a tag to compare

Addition of Rest Gateway

v2.3.1

17 Sep 06:00
Compare
Choose a tag to compare

Move to the PHP League

v2.3.0

15 Jun 19:44
Compare
Choose a tag to compare
  • EXPDATE and STARTDATE should be formatted as 6 digits
  • Let request classes specify METHOD and PAYMENTACTION directly

v2.2.0

06 Apr 02:25
Compare
Choose a tag to compare
  • Add addressOverride parameter
  • Send item data with both purchase() and completePurchase() requests (@bradleyboy)
  • Send notifyUrl parameter with completePurchase() request (@v3labs)
  • PSR-4

v2.1.1

13 Mar 03:34
Compare
Choose a tag to compare
  • Add support for brandName parameter

v2.1.0

17 Feb 03:26
Compare
Choose a tag to compare
  • Add support for fetchTransaction() gateway method