mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: support subscriptions and onetime payments w/ webhooks
This commit is contained in:
parent
1bff401e73
commit
b7f09885df
6 changed files with 94 additions and 201 deletions
|
|
@ -1,4 +1,3 @@
|
|||
from datetime import datetime
|
||||
from fastapi import HTTPException, Request
|
||||
from sqlmodel import Session, select
|
||||
from src.db.payments.payments_courses import PaymentsCourse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue