I'm creating a PayflowPro custom module, I'm almost there (or so I
think) --
However, upon clicking the Confirm button on the Credit Card screen, I
get the following error raised:
ModuleValue object has no attribute KEY -- below are the relevant
parts of my config.py in my payment module.
My PAYMENT_GROUP is PAYMENT_PAYFLOWPRO
...
ModuleValue(PAYMENT_GROUP,
'MODULE',
description=_('Implementation module'),
hidden=True,
default = 'pfp'),
StringValue(PAYMENT_GROUP,
'KEY',
description=_('Module key'),
hidden=True,
default='PAYFLOWPRO'),
...
Any thoughts?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---