Make it easy to build without Stripe

This commit is contained in:
binwiederhier
2025-08-07 16:41:39 +02:00
parent 32fa8d43c1
commit ea338ae4fa
11 changed files with 89 additions and 41 deletions

View File

@@ -0,0 +1,13 @@
//go:build nopayments
package payments
const Available = false
type SubscriptionStatus string
type PriceRecurringInterval string
func Setup(stripeSecretKey string) {
// Nothing to see here
}