Skip to content

Releases: Sylius/PayumStripe

v2.0.0-RC.2

02 Apr 15:20

Choose a tag to compare

v2.0.0-RC.2 Pre-release
Pre-release

Fix webhook event actions

v2.0.0-RC.1

18 Mar 11:55

Choose a tag to compare

v2.0.0-RC.1 Pre-release
Pre-release

Some reorganizations appear into this release, the gateways are now separated into 2 distinct folders and all core classes stay at the same place, read the UPGRADE.md to get more details.

New features :

  • Add Authorize action using PaymentIntent->capture_method = manual
  • Add Cancel action to cancel an authorized PaymentIntent
  • Add Refund action to refund a PaymentIntent

The bundle and the Sylius plugin will be updated soon to handle this new version.
Stay tune !

v1.2.3

10 Mar 14:31

Choose a tag to compare

Adjust Status checking while retrying the same payment with different gateways.
See Sylius/PayumStripePlugin#2 for more informations.

v1.2.2

03 Mar 14:20

Choose a tag to compare

  • Add Stripe dashboard Webhook test custom message (event id : evt_00000000000000)
  • Switch to GitHub Actions
  • Allow to customize more easily the confirmCardPaymentData

v1.2.1

05 Nov 11:45

Choose a tag to compare

Add StripeJS gateway to handle payments with Stripe JS Elements

Read the upgrade guide to get informations about changes.

v1.2.0

16 Sep 11:01
c1bd23f

Choose a tag to compare

  • BC BREAK: The vendor name of this lib has change from
    Prometee to FluxSE
  • the composer package has been move from prometee/payum-stripe to flux-se/payum-stripe

See #6 for more informations.

v1.1.2

14 Sep 14:48

Choose a tag to compare

  • Rename some variable to be more generic
  • Add stronger tests and some missing one
  • Enhance signature checking fail message to be more explicit
  • Fix default Copyright
  • Allow to fallback to another Action when there is no metadata in the event object
  • Update composer dev packages versions
  • Fix phpstan new errors

v1.1.1

29 Apr 10:35

Choose a tag to compare

  • Remove the requirement of a minimum php version and add support for php 7.2 (required min version was php 7.3)
  • Add Subscription and SetupIntent support
  • Add more explanation about using webhooks on local server (usage of Stripe cli)
  • Add basic explanation on how to handle subscriptions

v1.1.0

23 Apr 11:04

Choose a tag to compare

Rename repository and package to handle multiple gateways

v1.0.6

22 Apr 10:28

Choose a tag to compare

Change the success_url and the cancel_url to a capture URL to allow not using webhooks for payments.
Payments webhooks now used their own notify token.

NOTE: This update will be useful for dev env, but not recommended for production.
WARNING: You must use payments webhooks on production !