Skip to content

Releases: stripe/stripe-sfcc-b2c-connector

23.6.0

20 Sep 23:51
d2c7755
Compare
Choose a tag to compare

stripeWallet.js
-removed the "stripeService.customers.retrieve" call
-added a new parameter which is an Array containing expand fields to "stripeService.paymentMethods.list"
-used the stripePaymentInstrumentsResponse to retrieve the customer data from the first payment instrument (only if the list has a length

stripeService.js
-added the new parameter "expandArray"
-checked if populated and if true added it to "requestObject.queryString.expand"

23.5.0 release

03 Jul 15:45
48e917c
Compare
Choose a tag to compare
  • Support for Express Checkout
  • Updates to Business Manager configuration
  • SFRA - Product and Cart level express checkout
  • Site Genesis - Cart level express checkout only

23.4.0

19 Jan 12:18
d3e1775
Compare
Choose a tag to compare
  • Business Manager module for capturing payments
  • Added the option to include Shipping Details in the payment intent payload
  • Fixed an issue where a model was crashing the website when the session was expiring during the checkout
  • Fixed an issue where closing 3DS popup right after confirming it on mobile was resulting in a successful payment but a failed order
  • Removed URL brackets from the service header

Release 23.3.0

24 Apr 17:17
Compare
Choose a tag to compare
release-23.3.0

release 23.3.0

Release 23.2.0

10 Mar 15:40
fc1393d
Compare
Choose a tag to compare
  • fix Saved Card functionality - not saving cards when capture mode is enabled
  • merge confirmPaymentIntent and placeOrder in one request instead of separate AJAX calls
  • merge create SFCC order and Stripe payment intent into one request instead of separate AJAX calls
  • clean up session privacy variable for Stripe Order Id after placing an order

Release 23.1.0

06 Feb 14:40
Compare
Choose a tag to compare
release-23.1.0

release 23.1.0

Release 22.4.0

18 Jan 07:00
Compare
Choose a tag to compare
release-22.4.0

Meta data for card orders, Order Confirmation send for non-stripe ord…