Releases: stripe/stripe-sfcc-b2c-connector
Releases · stripe/stripe-sfcc-b2c-connector
23.6.0
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
- 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
- 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
release-23.3.0 release 23.3.0
Release 23.2.0
- 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
release-23.1.0 release 23.1.0
Release 22.4.0
release-22.4.0 Meta data for card orders, Order Confirmation send for non-stripe ord…