feat(freight): shop freight templates, server-side checkout fees, company dictionary (add-freight-templates)

This commit is contained in:
Chengdong Zhang
2026-09-24 15:03:51 +08:00
parent 5b426486ac
commit 473d19d089
44 changed files with 2409 additions and 67 deletions
+2 -1
View File
@@ -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,