add bitcoin shop config and payment method enablement
This commit is contained in:
@@ -196,7 +196,9 @@ export class ShopSettingsService {
|
||||
}: ShopSettings): ShopSettingsView {
|
||||
const setupChecklist = this.buildSetupChecklist({ logoStorageKey, faviconStorageKey, simplexLink, shippingNote });
|
||||
|
||||
const { shopName, shopFiatCurrency, monero } = this.configService.get('shopSettings') as Config['shopSettings'];
|
||||
const { shopName, shopFiatCurrency, monero, bitcoin } = this.configService.get(
|
||||
'shopSettings'
|
||||
) as Config['shopSettings'];
|
||||
|
||||
const logoUrl = logoStorageKey ? getShopBrandingPublicUrl(logoStorageKey) : null;
|
||||
const faviconUrl = faviconStorageKey ? getShopBrandingPublicUrl(faviconStorageKey) : null;
|
||||
@@ -208,6 +210,7 @@ export class ShopSettingsService {
|
||||
shopName,
|
||||
shopFiatCurrency,
|
||||
monero,
|
||||
bitcoin,
|
||||
logoUrl,
|
||||
faviconUrl,
|
||||
simplexLink,
|
||||
|
||||
Reference in New Issue
Block a user