mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add course checkout UI and stripe integration and webhook wip
This commit is contained in:
parent
d8913d1a60
commit
1bff401e73
18 changed files with 1086 additions and 131 deletions
|
|
@ -48,6 +48,7 @@ def install(
|
|||
slug="default",
|
||||
email="",
|
||||
logo_image="",
|
||||
thumbnail_image="",
|
||||
)
|
||||
install_create_organization(org, db_session)
|
||||
print("Default organization created ✅")
|
||||
|
|
@ -89,6 +90,7 @@ def install(
|
|||
slug=slug.lower(),
|
||||
email="",
|
||||
logo_image="",
|
||||
thumbnail_image="",
|
||||
)
|
||||
install_create_organization(org, db_session)
|
||||
print(orgname + " Organization created ✅")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue