feat: support subscriptions and onetime payments w/ webhooks

This commit is contained in:
swve 2024-11-02 22:17:01 +01:00
parent 1bff401e73
commit b7f09885df
6 changed files with 94 additions and 201 deletions

View file

@ -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