feat(freight): shop freight templates, server-side checkout fees, company dictionary (add-freight-templates)
This commit is contained in:
@@ -1146,9 +1146,10 @@ export function seedOrders(userId: string): MockOrderSeed {
|
||||
user_id: userId,
|
||||
status,
|
||||
currency: BASE_CURRENCY,
|
||||
total_minor: total,
|
||||
total_minor: total + 599,
|
||||
discount_minor: 0,
|
||||
refund_total_minor: 0,
|
||||
shipping_fee_minor: 599,
|
||||
coupon_id: null,
|
||||
group_activity_id: null,
|
||||
group_id: null,
|
||||
|
||||
Reference in New Issue
Block a user