Implemented Stripe Embedded Checkout Component;

Inclusion of .env files;
This commit is contained in:
Chris-1010
2025-01-22 22:39:33 +00:00
parent a36c745a4f
commit 92fdf3f3f3
19 changed files with 270 additions and 233 deletions

View File

@@ -1,4 +1,4 @@
from flask import render_template, Blueprint
from flask import Blueprint
main_bp = Blueprint("app", __name__)