Integrate Lago with Stripe

This commit is contained in:
2023-02-24 07:20:51 +00:00
parent cde1392e68
commit 9d37e2bfb8
13 changed files with 174 additions and 125 deletions

View File

@@ -32,7 +32,7 @@ class CustomUserAdmin(UserAdmin):
*UserAdmin.fieldsets,
(
"Billing information",
{"fields": ("billing_provider_id",)},
{"fields": ("billing_provider_id", "customer_id", "stripe_id")},
),
# (
# "Payment information",