I am running into the problem when doing payment using accept.js
On magento default checkout it creates dataDescriptor and dataValue to process the payment - it went through without any issues.
On magento multishipping adress checkout - getting invalid ots token error message.
During multishipping checkout
1) two products has been added to multishipping checkout with different shipping address
2) selected payment method and generated Opaque data with given card details
3) magento process order of two differenct shipping address into individual order..
4) It process first one... and gets success response
5) It process next one and getting invalid OTS Token
Is it possible to generate payment with the same token?
Please let me know the ways to process the payment without asking customer for another authorization.
08-16-2019 03:47 AM