hannesc wrote: > Recently I started the development of a payment processor for VCS, a > South African company. I asked around for help, and it was suggested > that I use one of the other payment processors, and just edit that > according to my needs. > > As VCS requires the user to be redirected to an external page, I found > the Ogone processor to be the closest to what I need, and thus started > working on that. I edited where needed (eg. Ogone uses GET, VCS uses > POST), and once done, I created the egg. I included the egg into my > buildout, but with no happiness. For some reason, GetPaid is not > picking up the new Payment Processor. > > Can anyone perhaps point me to some documentation that covers Payment > Processor Development? I mean perhaps if I could get to that, I can > figure out what I am doing wrong. > > Thanks guys :)
I went through the same problems with the getpaid.paypal payment processor - right now, the payment wizard is not particularly well set up for round-tripping to an external site. There are no docs right now as far as I know (it would have helped in getting the paypal stuff working) but the paypal code might be a better starting point. It's not 100% (installing the paypal module completely overrides the checkout functionality, instead of playing nice with other payment processors) but it might be a better starting point. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "getpaid-dev" 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/getpaid-dev?hl=en -~----------~----~----~----~------~----~------~--~---
