1
0

payments_dummy.go 197 B

12345678910111213
  1. //go:build nopayments
  2. package payments
  3. const Available = false
  4. type SubscriptionStatus string
  5. type PriceRecurringInterval string
  6. func Setup(stripeSecretKey string) {
  7. // Nothing to see here
  8. }