From e09a6b29c97a43adea1ea5dcc0d5caa3a0eeb1c6 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Thu, 20 Feb 2025 17:22:53 +0700 Subject: add renca voucher --- src/lib/checkout/components/Checkout.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') 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); -- cgit v1.2.3