summaryrefslogtreecommitdiff
path: root/src/lib/checkout/components/Checkout.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-02-20 17:22:53 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-02-20 17:22:53 +0700
commite09a6b29c97a43adea1ea5dcc0d5caa3a0eeb1c6 (patch)
tree2be7465bfa2f770124cb8d9d2489eec2e26a60f6 /src/lib/checkout/components/Checkout.jsx
parenta7160110ab082109e96696c3bc2321f28610958c (diff)
<iman> add renca voucher
Diffstat (limited to 'src/lib/checkout/components/Checkout.jsx')
-rw-r--r--src/lib/checkout/components/Checkout.jsx1
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);