I get the error : - TypeError: Cannot read property ‘id’ of undefined in Payment.js
logicalTanz1008 opened this issue · 5 comments
This is an error because your payment was not successful
When payment is failed the payment array is undefined.
Try Change your payment currency to your Country Currency.
Because for some Countries International payments require : buyer’s name, billing address, description and shipping address.
@azmalshaikh where I can change it please?
I understand that this has to be changed in functions/index.js , but my currency is already of my country(INR).
This is an error because your payment was not successful When payment is failed the payment array is undefined. Try Change your payment currency to your Country Currency. Because for some Countries International payments require : buyer’s name, billing address, description and shipping address.
thnks
did you get the solution ? please send me the solution also as I am facing the same issue