diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-08-29 13:11:07 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-08-29 13:11:07 +0700 |
| commit | fe7680a0018db9aa22cb15efd963a1cd0a8155c2 (patch) | |
| tree | 0495537e643edfd2c088b93689469bd8a1c38493 /src/lib | |
| parent | 59327836c5e200e5eb474929f45e6e2a03eecfbe (diff) | |
delete console log
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/checkout/api/getVoucher.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/checkout/api/getVoucher.js b/src/lib/checkout/api/getVoucher.js index ead4ffbe..779cef43 100644 --- a/src/lib/checkout/api/getVoucher.js +++ b/src/lib/checkout/api/getVoucher.js @@ -3,7 +3,6 @@ import { getAuth } from '@/core/utils/auth' export const getVoucher = async (id, query) => { const queryParam = new URLSearchParams(query); - console.log('ini params string',queryParam.toString()) const url = `/api/v1/user/${id}/voucher?${queryParam.toString()}`; const dataVoucher = await odooApi('GET', url); return dataVoucher; |
