So I got the basic merchant functionality working, but I can't figure out the best way to automatically split the payment 3 ways... advice?
On Oct 9, 3:02 pm, Ian <[email protected]> wrote: > Thanks, Markus! That looks perfect! > > Shawn, I was more curious if this is even possible to do with django. > I was just doing research and wanted to know if there was a better > payment system tailored for django (the 'merchant' project looks > perfect) > > thanks guys! > > On Oct 8, 4:26 pm, Markus Gattol <[email protected]> wrote: > > > > > > > > > Rather than reinventing the wheel take a look > > athttps://github.com/agiliq/merchantIt'spossible to split one payment into > > 90,5,5 as you want, all you need to do is write a little logic atop > > merchant. -- You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en.

