django-stripe-checkout
django-stripe-checkout copied to clipboard
Setting up Stripe Checkout with Django
Bumps [django](https://github.com/django/django) from 4.2.3 to 4.2.7. Commits d254a54 [4.2.x] Bumped version for 4.2.7 release. 048a9eb [4.2.x] Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. 3fae5d9 [4.2.x] Refs #30601...
line_items=[ { 'name': 'T-shirt', 'quantity': 1, 'currency': 'usd', 'amount': '2000', } ] change the line items to only price and quantity like the sample code below. price id could be...