feat: allow stripe promotion code

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

View File

@@ -45,6 +45,7 @@ const PaymentSetting = () => {
StripePriceId: '',
StripeUnitPrice: 8.0,
StripeMinTopUp: 1,
StripePromotionCodesEnabled: false,
});
let [loading, setLoading] = useState(false);