Skip to content

Commit 39d828f

Browse files
committed
feat: add new api
1 parent 5a155b4 commit 39d828f

File tree

7 files changed

+582
-351
lines changed

7 files changed

+582
-351
lines changed

mapping.json

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
"paymentMethods": "store/checkout/paymentMethods",
3535
"shippingMethods": "store/checkout/shippingMethods",
3636
"createOrder": "store/checkout/createOrder",
37+
"updateOrder": "store/checkout/updateOrder",
38+
"confirmOrder": "store/checkout/confirmOrder",
39+
"totals": "store/checkout/totals",
3740

3841
"cart": "store/cart/get",
3942
"addToCart": "store/cart/add",

0 commit comments

Comments
 (0)