diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-22 10:41:53 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-22 10:41:53 +0700 |
| commit | fb80b92d502437160e45b237b380071ab102c838 (patch) | |
| tree | 7af89af778f0038dbd8f984d360d009c700c6c71 /src-migrate/services/checkout.ts | |
| parent | e49eba371229a643588d49d7ef408b6ef9469d53 (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.ts | 4 |
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 |
