add multi-crypto payment buttons to cart
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { PaymentMethod } from '../modules/payment/types/PaymentMethod';
|
||||
|
||||
export const paymentMethodLabel: Record<PaymentMethod, string> = {
|
||||
[PaymentMethod.Xmr]: 'XMR',
|
||||
[PaymentMethod.Btc]: 'BTC'
|
||||
};
|
||||
Reference in New Issue
Block a user