Stripe Payment Provider Integration for django-shop
Project description
Stripe Payment Provider Integration for django-shop
This integrates the Stripe for django-shop version 1.0 and above.
Installation
for django-shop version 1.0.x:
pip install djangoshop-stripe<1.1
Configuration
In settings.py
of the merchant's project:
Add 'shop_stripe'
to INSTALLED_APPS
.
At Stripe create an account and apply for a public/private key-pair. Then add these keys:
SHOP_STRIPE = {
'PUBKEY': 'pk_<public-key-as-delivered-by-Stripe>',
'APIKEY': 'sk_<api-key-as-delivered-by-Stripe>',
'PURCHASE_DESCRIPTION': _("Thanks for purchasing at MyShop"),
}
Add 'shop_stripe.modifiers.StripePaymentModifier'
to the list of SHOP_CART_MODIFIERS
.
Add 'shop_stripe.payment.OrderWorkflowMixin'
to the list of SHOP_ORDER_WORKFLOWS
.
Add 'shop_stripe.context_processors.public_keys'
to the list of template
OPTIONS['context_processors']
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file djangoshop-stripe-1.2.tar.gz
.
File metadata
- Download URL: djangoshop-stripe-1.2.tar.gz
- Upload date:
- Size: 24.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39b97842e6648c33a5b18cd613ecb4bfcfa562a5b1ccc0ef157d3205d0e8fc7e |
|
MD5 | 9ea3a561f1a789571a847a3b4d1b83e5 |
|
BLAKE2b-256 | edd0201f9fc5aea167de01aae9a7ba029ce03327ce04c6b0d4ddc89271b716aa |