init
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export const SHOP_SURFACE_HEADER_NAME = 'x-shop-surface';
|
||||
@@ -0,0 +1,5 @@
|
||||
export const StorefrontOrderPageAnchor = {
|
||||
Chat: 'order-chat',
|
||||
CheckoutPayment: 'order-checkout-payment',
|
||||
ShippingPayment: 'order-shipping-payment'
|
||||
} as const;
|
||||
@@ -0,0 +1,5 @@
|
||||
export const StorefrontOrderRefreshSection = {
|
||||
Chat: 'chat',
|
||||
CheckoutPayment: 'checkout-payment',
|
||||
ShippingPayment: 'shipping-payment'
|
||||
} as const;
|
||||
@@ -0,0 +1,3 @@
|
||||
import Decimal from 'decimal.js';
|
||||
|
||||
export const XMR_ATOMIC_PER_XMR = new Decimal(1_000_000_000_000);
|
||||
Reference in New Issue
Block a user