Changelog of the extension Module Changelog of the extension Module
- support for config encoded via base64,
start
script is listening on specified port by default,- documentation shows how to register commercetools extension to be called only for
ctp-stripe-integration
payment interface, - support for Basic authentication.
- based on standard version of Stripe API (earlier, it was
2020-08-27; server_side_confirmation_beta=v1
), - removed support for
confirmPayment
request, now it should be handled with stripe.confirmPayment
call on the frontend, - removed
confirmPaymentIntentRequest
and confirmPaymentIntentResponse
fields from ctp-stripe-payment-elements-payment-type
payment type.