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?