cartridge-stripe
cartridge-stripe copied to clipboard
Stripe integration with Cartridge.
It seems this plugin no longer works with django 1.9 could you please fix it? "Could not import the name: cartridge_stripe.forms.OrderForm: cannot import name SortedDict" I think you a possible...
Hi, I cannot get past the shop/checkout due to error: Could not import the name: cartridge_stripe.forms.OrderForm: cannot import name now Fresh install. definitely forms.py has the line 17: from django.utils.timezone...
In the payment handler, the order total is rounded down to the nearest dollar before the Stripe Charge is created. This is bad. The Stripe Charge amount should match the...
When I click "checkout" the following happens: > ImportError at /shop/checkout/ > Could not import the name: cartridge_stripe.forms.OrderForm: 'dict' object has no attribute 'iteritems' This seems to be an issue...
Hi! I get a javascript error _Uncaught ReferenceError: Stripe is not defined_ for the following: ``` javascript Stripe.setPublishableKey('pk_test_XXX'); ``` which seems generated from this tag in the [checkout.html template](https://github.com/readevalprint/cartridge-stripe/blob/master/cartridge_stripe/templates/shop/checkout.html): ```...