add bitcoin shop config and payment method enablement
This commit is contained in:
@@ -54,9 +54,13 @@ export interface AppConfig {
|
||||
export interface ShopSettingsConfig {
|
||||
shopName: string;
|
||||
shopFiatCurrency: ShopFiatCurrency;
|
||||
enabledPaymentMethods: PaymentMethod[];
|
||||
monero: {
|
||||
confirmationTiers: ConfirmationTier[];
|
||||
};
|
||||
bitcoin: {
|
||||
confirmationTiers: ConfirmationTier[];
|
||||
};
|
||||
}
|
||||
|
||||
export interface JwtConfig {
|
||||
|
||||
Reference in New Issue
Block a user