I was going through the paypal module checkout process and it appears
that it now causes errors due to item quantities being stored as
decimals. The form that posts to paypal looks something like the
following:

<input name="item_name_1" value="Classic Hat" type="hidden">
<input name="amount_1" value="26" type="hidden">
<input name="quantity_1" value="1.000000" type="hidden">

However, the paypal spec states "The value of quantity_x must be a
positive integer. Null, zero, or negative numbers are not allowed."
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to