summaryrefslogtreecommitdiff
path: root/src-migrate/services/checkout.ts
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2024-01-22 10:41:53 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2024-01-22 10:41:53 +0700
commitfb80b92d502437160e45b237b380071ab102c838 (patch)
tree7af89af778f0038dbd8f984d360d009c700c6c71 /src-migrate/services/checkout.ts
parente49eba371229a643588d49d7ef408b6ef9469d53 (diff)
Update disable checkout when has product price 0 and fix filter brand
Diffstat (limited to 'src-migrate/services/checkout.ts')
-rw-r--r--src-migrate/services/checkout.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/src-migrate/services/checkout.ts b/src-migrate/services/checkout.ts
index 3eff95a8..e6642ccb 100644
--- a/src-migrate/services/checkout.ts
+++ b/src-migrate/services/checkout.ts
@@ -2,6 +2,4 @@ import odooApi from '~/libs/odooApi';
export const getUserCheckout = async (userId: number) => {
return await odooApi('GET', `/api/v1/user/${userId}/sale_order/checkout`);
-};
-
-// /api/v1/user/${id}/sale_order/checkout?voucher=${voucher} \ No newline at end of file
+}; \ No newline at end of file