Skip to content

BitPagos/django-shop-bitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-shop-bitcoin

BitPagos Bitcoin Payment Backend for Django Shop

This applicaiton is a bitpagos backend for django-SHOP, or any other shop system implementing its shop interface.

Usage

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

INSTALLED_APPS = ( ... 'shop_bitpagos', ... )

Add 'shop_bitpagos.offsite_bitpagos.BitPagosBackend' to django-SHOP's SHOP_PAYMENT_BACKENDS setting.

Make sure you set following in settings.py:

Optional settings:

  • SHOP_BITPAGOS_CURRENCY #default USD

Set bitpagos notification url to: https://www.yoursite.com/shop/pay/bitpagos/ipn/ # /shop depends on the prefix used for django-shop

Set a cron to run periodically:

python manage.py bitpagos_check

Contributing

Feel free to write any comment or suggestion for this project to [email protected]

About

BitPagos Payment Backen for Django Shop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages