Validation Error In Paypal Checkout
I am using PayPal checkout script on Angular5. I am trying to split a string which contain the price and convert the result to float, but I get the following error: { 'name': 'VAL
Solution 1:
I already solve it by replacing the variable total
in the configuration paypal checkout to another name like total1
. Apparently there was a conflict between the key of configuration json and the variable of same name.
Post a Comment for "Validation Error In Paypal Checkout"