bolt-magento2 icon indicating copy to clipboard operation
bolt-magento2 copied to clipboard

Bolt plugin for magento2

Results 10 bolt-magento2 issues
Sort by recently updated
recently updated
newest added

# Description Added integration tests for new API endpoint : "/V1/bolt/boltpay/product/:productId/image-url" Fixes: https://app.asana.com/0/1201931884901947/1203149984454994/f #changelog integration tests for "/V1/bolt/boltpay/product/:productId/image-url" # Type of change - [ ] Bug fix (change which fixes...

Currently on version 2.26.0 but issue appears present upstream as well In Helper/Cart, the private function `getSignResponse` may return null in the event of an issue with API: ![image](https://user-images.githubusercontent.com/13559547/207077509-c833cd90-d7ab-439b-acbf-d82bfeac7a48.png) That...

# Description Fixed `onSuccess` callback argument replaced from `data` to `transaction` Tested with both options "is_pre_auth" = true/false Have correct transaction data from here: https://help.bolt.com/products/managed-checkout/bigcommerce-setup-guide/bigcommerce-callbacks/ Fixes: https://app.asana.com/0/951157735838091/1203434860273469/f #changelog fixed onSuccess...

# Description This is used for split shipping integration Fixes: (link ticket) #changelog Add shipment type for items when creating order token # Type of change - [ ] Bug...

# Description Stop fetch-cart/pre-fetch-cart flow if bolt checkout is disabled in magento admin. Fixes: https://app.asana.com/0/1200879031426307/1205935663676719/f #changelog stop fetchcart/pre-fetch cart flow when bolt is disabled in magento admin # Type of...

# Description Please include a summary of the change and which issue is fixed. Include the motivation for the changes, and comment on your PR if necessary for clarity. Fixes:...

# Description Fixes: https://app.asana.com/0/1204419514580775/1206148918307666 There are 1598 errors when upgrade phpStan level to 2 See here: https://gist.github.com/thanhnd0905/d1dc17e8fe10d8a56e7456444b6f1943 Below are the commits for fixing all errors for each folder: [Fix error...

# Description Currently, if the administrator doesn't fill up required fields in admin order creation form, and clicks Bolt button, Bolt popup loads but shows a general error message "An...

# Description Currently, the saving credit card functionality doesn't work M2 API approach. Cause: In the legacy approach, we added logic to save customer credit card in the leagcy hook...

# Description Not execute DeleteOldWebHookLogs cron if M2 Api approach is enabled Fixes: (link ticket) #changelog Not execute DeleteOldWebHookLogs cron if M2 Api approach is enabled # Type of change...