The New
-
Magento Admin users can now use Magento’s
carts/mine/payment-informationendpoint (applies payment method and creates order) via Bolt’s Magento 2 plugin integration. -
Added
StripeIDinto thepayment-informationobject as theauthorization_idproperty of the transaction for sending to Magento.
The Improved
- Refactored functions for collecting cart total when no discounts are found.
The Bug Fixes
-
Resolved an issue where, occasionally, remote requests to Fedex were taking too long for a response, thus causing a timeout error during the Bolt API request. Now, responses are cached and then (if unchanged and valid) used when needed to prevent timeout errors in the future.
-
Resolved an issue where the checkout flow was blocked when a fixed amount discount was applied to whole carts as part of a sale. The plugin will no longer add the full discount to shipping discounts when calculated tax.
-
Resolved an issue where initial integration objects meet general minimum character requirements.
-
(API-DRIVEN, BETA) For API-Driven Integrations, the Bolt Checkout Type is set to redirect back office orders to Magento.
See this guide to update your plugin.