Files
ntfy/payments/payments_dummy.go
2025-08-07 16:41:39 +02:00

14 lines
197 B
Go

//go:build nopayments
package payments
const Available = false
type SubscriptionStatus string
type PriceRecurringInterval string
func Setup(stripeSecretKey string) {
// Nothing to see here
}