feat: allow stripe promotion code

This commit is contained in:
Seefs
2025-09-27 15:43:12 +08:00
parent 5197d874d7
commit ad72500941
7 changed files with 34 additions and 2 deletions

View File

@@ -5,3 +5,4 @@ var StripeWebhookSecret = ""
var StripePriceId = ""
var StripeUnitPrice = 8.0
var StripeMinTopUp = 1
var StripePromotionCodesEnabled = false