chore: add crypto payment

This commit is contained in:
2026-03-18 18:41:07 +01:00
parent a82097a228
commit adf68201fd
12 changed files with 788 additions and 2 deletions
+4
View File
@@ -755,6 +755,10 @@ export interface AppSettings {
referral_enabled: boolean;
delivery_schedule: DeliverySchedule;
postal_zones: PostalZone[];
crypto_payment_enabled: boolean;
nowpayments_api_key: string;
nowpayments_ipn_secret: string;
nowpayments_currencies: string[];
}
export const getSettings = async (): Promise<{