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'