mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-01-18 16:17:26 +01:00
14 lines
197 B
Go
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
|
|
}
|