Also have a look at this: https://github.com/explodes/cartridge-payments
Am Sonntag, 29. Dezember 2013 14:32:49 UTC+1 schrieb Stephen Cheng: > > Hi Stephen > > I just installed Cartridge and gave it a try and wonder if integration > with paypal is as easy as to just confi in settings.py, I did it this way > but not work: > > #SHOP_HANDLER_PAYMENT = "cartridge.shop.checkout.default_payment_handler" > > point it to paypal_process but not work, is this correct way doing it? or > I have to write some code to handle paypal, if it's just a configuration, > is there a sample ? > SHOP_HANDLER_PAYMENT = "cartridge.shop.payment.paypal.process" > > Thanks, > > Stephen Cheng > > On Monday, March 5, 2012 6:28:26 AM UTC+11, Stephen McDonald wrote: >> >> At the moment there's Authorise.net, eGate and PayPal - take a look here: >> https://github.com/stephenmcd/cartridge/tree/master/cartridge/shop/payment >> >> Creating a new payment handler is fairly trivial, it's just a single >> Python function. There are lots of other gateway integrations floating >> around in other Django projects, so if you handler isn't in Cartridge, >> finding the one you want and porting it over shouldn't be too difficult. >> >> On Mon, Mar 5, 2012 at 4:25 AM, Lyndon Garvey <[email protected]> wrote: >> >>> Hi Folks, >>> >>> This is my first post here. I'm investigating Mezzanine and Cartridge >>> for a project and I'm wondering if any payment gateway modules have >>> been created for Cartridge? >>> >>> If so what gateways are available? >>> >>> Cheers, >>> L >>> >>> >> >> >> -- >> Stephen McDonald >> http://jupo.org >> > -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
