Releases: Sylius/PayumStripe
v2.0.0-RC.2
Fix webhook event actions
v2.0.0-RC.1
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
Authorizeaction usingPaymentIntent->capture_method = manual - Add
Cancelaction to cancel an authorizedPaymentIntent - Add
Refundaction to refund aPaymentIntent
The bundle and the Sylius plugin will be updated soon to handle this new version.
Stay tune !
v1.2.3
Adjust Status checking while retrying the same payment with different gateways.
See Sylius/PayumStripePlugin#2 for more informations.
v1.2.2
v1.2.1
Add StripeJS gateway to handle payments with Stripe JS Elements
Read the upgrade guide to get informations about changes.
v1.2.0
v1.1.2
- 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
- Remove the requirement of a minimum php version and add support for php 7.2 (required min version was php 7.3)
- Add
SubscriptionandSetupIntentsupport - Add more explanation about using webhooks on local server (usage of Stripe cli)
- Add basic explanation on how to handle subscriptions
v1.1.0
v1.0.6
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 !