Skip to content

Releases: thephpleague/omnipay-stripe

Make sure Curl uses TLS >= v1.2

12 Aug 11:23

Choose a tag to compare

Stripe no longer supports API requests made with TLS 1.0. Please initiate HTTPS connections with TLS 1.2 or later. You can learn more about this at https://stripe.com/blog/upgrading-tls.

Fixed by #53, #54

Add FetchChargeRequest

05 May 00:53

Choose a tag to compare

Add FetchChargeRequest

2.3.2

19 Mar 08:35

Choose a tag to compare

Incorporate outstanding PRs.

Incorporated outstanding PRs

13 Jan 04:03

Choose a tag to compare

v2.3.1

Fixing unit tests caused by card reference changes

v2.3.0

23 Nov 17:57

Choose a tag to compare

Merge pull request #24 from andrewtweber/master

Optional statement_descriptor parameter

v2.2.1

14 Apr 18:56

Choose a tag to compare

Fixes bug with refunds.

v2.2.0

16 Mar 19:24

Choose a tag to compare

Added void functionality

v2.1.2

27 Jan 18:19

Choose a tag to compare

Added Fetch Token request

v2.1.1

09 Jan 17:04

Choose a tag to compare

Moving to the league

v2.1.0

08 Apr 07:12

Choose a tag to compare

  • Add metadata parameter
  • PSR-4