Urgent help needed please. - Getting paypal checkout error without any code changes made recently

gcmum
Contributor
Contributor

Hi. I'm hoping someone will be able to help me please.

 

We're getting a paypal checkout error "Thing's don't appear to be working at the moment. Please try again later." the last couple of weeks without any changes made to the website.

the error code in the url "https://www.paypal.com/webapps/shoppingcart/error?flowlogging_id=d0505871f480&code=AMOUNT_ERROR&mfid..."

we're making use of the cart upload method. 

<input type="hidden" name="cmd" value="_cart">


I've been going over and over the code and debugging and can't figure out whats going on. Any tips on what to look for would be much appreciated please 🙂

Login to Me Too
1 ACCEPTED SOLUTION

Accepted Solutions
Solved

gcmum
Contributor
Contributor
Problem resolved. One of the variables "handling" had a space instead of integer 0.

View solution in original post

Login to Me Too
3 REPLIES 3

gcmum
Contributor
Contributor
I can provide the form data etc.
or it can be checked here on the live website: http://www.wallartwalldecor.com.au/index.php?p=order

I've locked a ticket with paypal support too but haven't had any response yet. I'd really appreciate some help on this - It's probably something small but I'm sure a pair of fresh eyes might spot the issue since I've been staring at it for a couple of days already.

Thanks in advance 🙂
Login to Me Too

MTS_Ciaran
Moderator
Moderator

Whats the ticket number?

 

The issue with the button code is with the number of decimal places. From the code I can see that you are passing 1, but we expect 2 e.g. 

 

Youre passing: 35.0

We need: 35.00

 

Login to Me Too
Solved

gcmum
Contributor
Contributor
Problem resolved. One of the variables "handling" had a space instead of integer 0.
Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.