Skip to content

chrisglass/django-shop-paypal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-shop-paypal

THIS PROJECT IS UNMAINTAINED

I haven't used this project in years so it probably bitrotted away. If you are interested in taking over maintainership please get in touch.

This applicaiton is a paypal backend for django-SHOP, or any other shop system implementing its shop interface. It uses django-paypal as a way to actually communicate with paypal.

Usage

Add django-paypal and this project to your INSTALLED_APPS::

INSTALLED_APPS = (
...
'paypal.standard.ipn',
'shop_paypal',
...
)

Add 'shop_paypal.offsite_paypal.OffsitePaypalBackend' to django-SHOP's SHOP_PAYMENT_BACKENDS setting.

Make sure you set following in settings.py:

Optional settings:

Todo

Plenty of stuff is left to do! If you feel like giving a hand, please pick a task in the follwing list:

  • Implement more functionalities from django-paypal in different backends (one for direct payments, one for professional accounts...)
  • Port the shop API to other shop systems, so they can also easily use this project as a backend. Examples include but are not limited to: plata, satchmo, lfs

Contributing

Feel free to post any comment or suggestion for this project on the django-shop mailing list or on #djanho-shop on freenode :)

About

A paypal payment backend for django-SHOP or any other shop implementing its interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published