chrismcginlay / eduduck

An abandoned online course hosting platform/marketplace
GNU General Public License v3.0
2 stars 0 forks source link

Consider integrating merchant #148

Closed chrismcginlay closed 8 years ago

chrismcginlay commented 9 years ago

https://github.com/agiliq/merchant

Using stripe backend?

chrismcginlay commented 9 years ago

https://github.com/mirumee/django-payments https://github.com/spookylukey/django-paypal https://www.djangopackages.com/grids/g/payment-processing/ https://github.com/emesik/mamona https://pypi.python.org/pypi/django-getpaid/ https://github.com/pinax/django-stripe-payments https://github.com/pydanny/dj-stripe https://github.com/cypreess/django-getpaid https://github.com/agiliq/merchant

Google Checkout Paypal Amazon Pay Stripe http://www.larryullman.com/2012/10/10/introduction-to-stripe/ (can handle bitcoin)

chrismcginlay commented 9 years ago

Opted for writing own integration for Stripe Checkout at the moment.