I'm trying to enable a payment module - paypal - and am finding the documentation doesn't really tell you how. Under 'Payment Settings' in the doc there is no description of the steps required. The sample stores don't use any payment module but 'dummy' so do not provide an example of how to enable a payment module.
What I've done: In settings.py, added this line to INSTALLED_APPS: 'payment.modules.paypal', In site admin, under payment options, added PayPal through 'add payment option', name paypal, using OptionName of 'PAYMENT_PAYPAL'. The admin site says the OptionName must be "the class name as defined in 'payments.py'". A file named 'payments.py' isn't in the Satchmo distribution it seems. I got the name PAYMENT_PAYPAL from payment/modules/paypal/config.py, from PAYMENT_MODULES setting. So I add this option, make it active, restart the server (no errors) and checkout a product, don't see a PayPal option. (I did search the group mail for guidance and didn't find this issue addressed.) -- 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.
