Hello, I am sure I am doing something silly here. I am trying to setup the paypal payment handler, but it always go to the default one. I've added the settings below to my settings.py, is there something else I need to do? Also can I setup paypal and cash on delivery?
SHOP_HANDLER_PAYMENT = 'cartridge.shop.payment.paypal.process' PAYPAL_PASSWORD = 'mypassword' PAYPAL_USER = 'myusername' PAYPAL_SIGNATURE = 'mysignature' -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mezzanine-users/334f632c-8615-4efd-8489-88b007f32aa8n%40googlegroups.com.
