Skip to content

labxio/django-oscar-stripe

 
 

Repository files navigation

Stripe integration for django-oscar

This repo just supports Stripe Checkout at the moment. Although it should work with Stripe.js equally well, it has only been used with Checkout so far. It isn't complete yet. For instance, it currently doesn't support checkout with the stripe customer parameter.

This package provides integration between Stripe and Oscar. It is currently a work-in-progress - contributions are welcome. Any questions, please use the Oscar mailing list: django-oscar@googlegroups.com

Useful information:

Contributing

Clone the repo, create a virtualenv and run:

make install

to install all dependencies. Run the tests with:

./runtests.py

There is a sandbox site that you can browse and use to test the Stripe integration. Create is using:

make sandbox

and browse it after:

cd sandbox
./manage.py runserver

TODO

  • Create a "Stripe transaction" model that tracks each request/response to Stripe's servers

About

Integration between Oscar and Stripe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Shell 1.1%