forked from 3wordchant/capsul-flask
capsulflask
btcpay
schema_migrations
shell_scripts
static
capsul-product-image.png
create-capsul.js
dropdown-handle.png
favicon.ico
icon.png
pay-with-stripe.js
style.css
templates
__init__.py
auth.py
cli.py
console.py
db.py
db_model.py
hub_api.py
hub_model.py
landing.py
metrics.py
payment.py
spoke_api.py
spoke_model.py
readme
.gitignore
LICENSE.md
Pipfile
Pipfile.lock
README.md
app.py
setup.cfg
setup.py
stripe back button ratchet issue because the only way to use stripe checkout is to run their proprietary JS, and we arent using a SPA, naturally what happens is, when you land on the stripe payment page if you hit the back button it goes back to the same page where you got re-directed to stripe. this commit fixes that.