add bitcoin wallet admin status endpoint
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
||||
getOrderConfig,
|
||||
getInvoiceConfig,
|
||||
getMoneroWalletConfig,
|
||||
getElectrumWalletConfig,
|
||||
getPostgresConfig,
|
||||
getShopSettingsConfig,
|
||||
getSimplexConfig
|
||||
@@ -22,6 +23,7 @@ import { AuthModule } from './modules/auth/AuthModule';
|
||||
import { EncryptionModule } from './modules/encryption/EncryptionModule';
|
||||
import { HealthCheckModule } from './modules/healthCheck/HealthCheckModule';
|
||||
import { MoneroWalletModule } from './modules/moneroWallet/MoneroWalletModule';
|
||||
import { BitcoinWalletModule } from './modules/bitcoinWallet/BitcoinWalletModule';
|
||||
import { SimplexModule } from './modules/simplex/SimplexModule';
|
||||
import { DiscountCodesModule } from './modules/discountCode/DiscountCodesModule';
|
||||
import { DataWipeModule } from './modules/dataWipe/DataWipeModule';
|
||||
@@ -55,6 +57,7 @@ import { Config } from './types/Config';
|
||||
registerAs('order', getOrderConfig),
|
||||
registerAs('invoice', getInvoiceConfig),
|
||||
registerAs('moneroWallet', getMoneroWalletConfig),
|
||||
registerAs('electrumWallet', getElectrumWalletConfig),
|
||||
registerAs('simplex', getSimplexConfig)
|
||||
]
|
||||
}),
|
||||
@@ -91,6 +94,7 @@ import { Config } from './types/Config';
|
||||
PaymentModule,
|
||||
DataWipeModule,
|
||||
MoneroWalletModule,
|
||||
BitcoinWalletModule,
|
||||
StorefrontCoreModule,
|
||||
StorefrontProductModule,
|
||||
StorefrontCartModule,
|
||||
|
||||
Reference in New Issue
Block a user