Changelog of the VSF module Changelog of the VSF module
- stable version of the VSF middleware integration compatibile with SDK.
- first version of VSF middleware integration compatibile with SDK.
- the solution isn't based on Run custom actions before confirming a payment Beta feature but on the Accept a payment using the Payment Element feature,
- removed
afterPay
and cartVersion
properties from PaymentStripeProvider.vue
, - added
currency
and amount
properties, createIntent
call also creates an order so it's impossible to modify cart after the first try of making a payment,- it's possible to retry with the same payment intent if failed during 3DS2,
- removed
confirmIntent
endpoint, - adds a possibility to build
return_url
by developer on its own.