Skip to content

Releases: digitickets/omnipay-stripe-checkout

V1.5.0 - Stripe payment now expires after 30mins

30 Oct 13:38
a54cc67
Compare
Choose a tag to compare
v1.5.0

Merge pull request #13 from digitickets/add-expiry-time-of-30mins-to-…

V1.4.0 - Creates a customer at stripe

15 Jul 09:32
efe7010
Compare
Choose a tag to compare
Merge pull request #12 from digitickets/add-customer-to-session-request

add customer details to session

v1.3.1 Fix deleting other webhooks

26 Mar 09:13
1eebe75
Compare
Choose a tag to compare

More safely delete old or invalid webhooks from stripe. Stops incorrectly deleting other non-omnipay webhooks.

v1.3.0 - Add automatic payment method support

16 Jan 15:17
36ee423
Compare
Choose a tag to compare

Add new parameter, 'allowAllPaymentMethods'. When enabled, uses automatic payment method types allowing for Google Pay, Apple Pay etc.

v1.2.0 - Add partial refund support

01 Dec 10:59
65aae70
Compare
Choose a tag to compare
Merge pull request #7 from digitickets/add-partial-refund-support

Add partial refund support

v1.1.1: Force stripe API version

07 Sep 08:47
c89f40b
Compare
Choose a tag to compare
  • Forces stripe version so new stripe releases don't break the integration.

v1.1: Remove existing webhooks

05 May 11:51
d89c84b
Compare
Choose a tag to compare
  • If webhooks are enabled, remove any existing stripe webhooks that do not match the new webhook URL, and have the same base domain as the new webhook, so are likely out-of-date.
  • Now pulls through billing email address if available.

Note: only for omnipay-v2 branch.

v1.0.3

01 Nov 09:38
09f58bb
Compare
Choose a tag to compare

This release adds the functionality to register a webhook via the params key notifyUrl which can be useful to avoid problems when the redirect from the checkout doesn't quite work on the client's side.

Initial release of version compatible with Omnipay v3

25 Mar 12:58
2859e17
Compare
Choose a tag to compare

This is the first release after upgrading the repo to be compatible with Omnipay v3.

If you want a version that is compatible with Omnipay v2, there is a branch, "omnipay-v2", which is released as v1.*.* Please use that one.

Releasing from a fork of the branch

25 Mar 08:42
Compare
Choose a tag to compare

The v1 releases are now being made from a fork of master so that the master branch can be upgraded to be compatible with Omnipay v3. v1 releases will continue to be made from this new branch.

There is no material change in this version compared to v1.0.1, apart from the readme file.