I am not able to let Paypal module work. I get the following error:
Currency amount must be non-negative number, may optionally contain exactly 2 decimal places separated by '.', optional thousands separator ',', limited to 7 digits before the decimal point and currency which is a valid ISO Currency Code
Question
Derbai
I am not able to let Paypal module work. I get the following error:
Currency amount must be non-negative number, may optionally contain exactly 2 decimal places separated by '.', optional thousands separator ',', limited to 7 digits before the decimal point and currency which is a valid ISO Currency Code
The call is:
``` stdClass Object ( [transactions] => Array ( [0] => stdClass Object ( [amount] => stdClass Object ( [total] => 174.79 [currency] => EUR [details] => Array ( [shipping] => 7.00 [tax] => 29.98 [subtotal] => 136.27 [handling_fee] => 1.54 )
) ```
Can someone help me on fix it? Thansk, Daniele
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now