I'm working on a Python lib and payment plugin for Satchmo for
payex.com, and I've come into an interesting problem.
My plugin is supposed to live at payex.plugins.satchmo (since this is
a specific implementation of the Python lib). This, however, causes an
exception in the form of "Caught an exception while rendering:
('PAYMENT_SATCHMO config group does not exist', None)", since Satchmo
seems to assume that the payment plugin’s name is the same as the last
part of the module’s name.
Is there a way to work around this, or will I have to call it
payex.plugins.satchmo.payex ?
--
You received this message because you are subscribed to the Google Groups "Satchmo developers" group.
To post to this group, send email to satchmo-d...@googlegroups.com.
To unsubscribe from this group, send email to satchmo-develop...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/satchmo-developers?hl=en.