I am experiencing an interesting issue with Paypal. I am passing two arrays (amount_[], item_name_[])
Only the first value passes correctly..
I am using a dropdown to determine the amount. If the amount is the first value (0), all is fine. If the second value is selected (40) Paypal sees 80. If I pass the third value (80) Paypal sees 160. Paypal is supplying the default Qty of 1 for all arrays items.
My first thought was to check my drop down values. I have and they are correct.
Second thought was I had two amount_[1] fields: But I have only one. Even checked to make sure amount_[2] fields was named correctly: It is.
I cleared the browser cache and even tried on another one. My tester reports the same issue.
Any ideas?
Only the first value passes correctly..
I am using a dropdown to determine the amount. If the amount is the first value (0), all is fine. If the second value is selected (40) Paypal sees 80. If I pass the third value (80) Paypal sees 160. Paypal is supplying the default Qty of 1 for all arrays items.
My first thought was to check my drop down values. I have and they are correct.
Second thought was I had two amount_[1] fields: But I have only one. Even checked to make sure amount_[2] fields was named correctly: It is.
I cleared the browser cache and even tried on another one. My tester reports the same issue.
Any ideas?
Hi jeffmall,
I assume that you are using one of the PayPal actions? If so do you have the paid version - the trial one randomises the amount. Could that be the problem?
If not, please add a Debugger action and copy and paste the output here.
Bob
I assume that you are using one of the PayPal actions? If so do you have the paid version - the trial one randomises the amount. Could that be the problem?
If not, please add a Debugger action and copy and paste the output here.
Bob
Bob, Is that the Paypal Ultimate Actoins?
Is was not clear that I needed to subscribe to that action.
Thanks,
Jeff
Is was not clear that I needed to subscribe to that action.
Thanks,
Jeff
This topic is locked and no more replies can be posted.