summaryrefslogtreecommitdiff
path: root/src-migrate/services/checkout.ts
diff options
context:
space:
mode:
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