diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-02-20 17:22:53 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-02-20 17:22:53 +0700 |
| commit | e09a6b29c97a43adea1ea5dcc0d5caa3a0eeb1c6 (patch) | |
| tree | 2be7465bfa2f770124cb8d9d2489eec2e26a60f6 /src/lib | |
| parent | a7160110ab082109e96696c3bc2321f28610958c (diff) | |
<iman> add renca voucher
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/checkout/components/Checkout.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index e3b586f1..a9495a74 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -148,6 +148,7 @@ const Checkout = () => { let dataVoucher = await getVoucher(auth?.id, { source: query, type: 'all,brand', + partner_id : auth?.partnerId, }); SetListVoucher(dataVoucher); |
