On Sun, Feb 22, 2009 at 11:03 PM, Daniel Naab <danieln...@gmail.com> wrote:

>
> Hi folks,
>
> I've set up my first Satchmo site and things have went extremely
> smoothly.  However, I've run across a problem with the authorize.net
> payment module's support of ARB.  During checkout, I receive this
> exception:
>
> TypeError at /shop/checkout/credit/confirm/
> unsupported operand type(s) for +: 'NoneType' and 'int'
>
> I track this down to line 97 of satchmo/payment/modules/authorizenet/
> processor.py, in getRecurringChargeData:
>
>            occurrences = sub.recurring_times + trial_occurrences



> I have not set recurring_times, as I expected a None value here to
> indicate "continue indefinitely until cancelled".  Is this the correct
> interpretation of the field's intent?


Sorry, for Authorize.net ARB, you are required to put a number here.  It can
be a really big number.  The Trunk processor will still require a number
here.

---
Bruce Kroeze
http://gosatchmo.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to satchmo-users@googlegroups.com
To unsubscribe from this group, send email to 
satchmo-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to