chore: add crypto payment
This commit is contained in:
@@ -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<{
|
||||
|
||||
Reference in New Issue
Block a user