Skip to content

Releases: thephpleague/omnipay-stripe

Make sure Curl uses TLS >= v1.2

12 Aug 11:23
Compare
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
Compare
Choose a tag to compare

Add FetchChargeRequest

2.3.2

19 Mar 08:35
Compare
Choose a tag to compare

Incorporate outstanding PRs.

Incorporated outstanding PRs

13 Jan 04:03
Compare
Choose a tag to compare
v2.3.1

Fixing unit tests caused by card reference changes

v2.3.0

23 Nov 17:57
Compare
Choose a tag to compare
Merge pull request #24 from andrewtweber/master

Optional statement_descriptor parameter

v2.2.1

14 Apr 18:56
Compare
Choose a tag to compare

Fixes bug with refunds.

v2.2.0

16 Mar 19:24
Compare
Choose a tag to compare

Added void functionality

v2.1.2

27 Jan 18:19
Compare
Choose a tag to compare

Added Fetch Token request

v2.1.1

09 Jan 17:04
Compare
Choose a tag to compare

Moving to the league

v2.1.0

08 Apr 07:12
Compare
Choose a tag to compare
  • Add metadata parameter
  • PSR-4