Yaroslav Garmash

Results 6 issues of Yaroslav Garmash

# 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...

# 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 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 Added support for 3-th party magento module `Cart2Quote_Quotation`. This module rewrite default magento customer section `cart` by `quote` for quatation quota's. It has the same strucure as default...

# Description Legacy flow: the plugin address required fields validation is not consistent with Bolt’s requirements. For US address the region field is required, [see validator class](https://github.com/BoltApp/source/blob/57f06790ff1b58946d7e1d03aecc8b4801aa93a5/hail/services/api/input/address_validator.go#L66). Without it it...

# Description API Flow: Fixed the issue where the `void` action from Magento Admin did not work as expected. Fixes: (link ticket) #changelog API flow: fix void transaction from magento...