matthiask / plata

Plata - the lean and mean Django-based Shop
https://plata-django-shop.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
197 stars 63 forks source link

New payment modules #72

Open eonpatapon opened 9 years ago

eonpatapon commented 9 years ago

Hello,

We have created some time ago two payment modules for plata. One is for pagseguro, a payment platform comparable to paypal mostly used in Brazil. I have also a payment module for check and bank transfert which have specific parts to our shop but can be generalized if needed.

Would you be interested to include them in the plata project ?

You can have a look at the modules at https://github.com/eonpatapon/plata/tree/serviceplace/plata/payment/modules

Thanks

matthiask commented 7 years ago

Hi @eonpatapon

Yes, I'd be interested. However, some tests and docs would be a great addition to ensure that the functionality doesn't break in the future.