Skip to content

4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 13:57
· 95 commits to develop since this release
4.1.0
a82824f
  • Stripe for Craft Commerce now requires Commerce 4.3.3 or later.
  • It is now possible to create SEPA and Bacs Direct Debit payment sources.
  • Payment method data is now stored in expanded form within transaction response data. (#276)
  • Billing address information is now passed to the payment intent. (#257, #258)
  • Fixed a bug where it wasn’t possible to pay using the SEPA Direct Debit payment method. (#265)
  • Fixed a bug where failed PayPal payments would cause infinite redirects. (#266)
  • Fixed a bug where JavaScript files were being served incorrectly. (#270)
  • Added craft\commerce\stripe\SubscriptionGateway::handlePaymentIntentSucceeded().