Initial commit: Kottgard production website code
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* DOMAIN LAYER — Business constants (rules that could change by policy, not by framework)
|
||||
*/
|
||||
|
||||
export const FREE_DELIVERY_THRESHOLD_SEK = 500;
|
||||
export const STANDARD_DELIVERY_FEE_SEK = 49;
|
||||
export const DEMO_PASSWORD = 'demo123';
|
||||
Reference in New Issue
Block a user