25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
183 B

  1. package setting
  2. var StripeApiSecret = ""
  3. var StripeWebhookSecret = ""
  4. var StripePriceId = ""
  5. var StripeUnitPrice = 8.0
  6. var StripeMinTopUp = 1
  7. var StripePromotionCodesEnabled = false