summaryrefslogtreecommitdiff
path: root/src/lib/quotation/components/Quotation.jsx
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-07-26 16:56:30 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-07-26 16:56:30 +0700
commitd7e6a3cf7f7d2f3338c0b82dfe6109754dc9a921 (patch)
treed99c88f5ee6c43530fd0bc0376ca2977ef617081 /src/lib/quotation/components/Quotation.jsx
parent02fbca0f66aac32e562364ddfda9c5bae4177e96 (diff)
error user id
Diffstat (limited to 'src/lib/quotation/components/Quotation.jsx')
-rw-r--r--src/lib/quotation/components/Quotation.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/quotation/components/Quotation.jsx b/src/lib/quotation/components/Quotation.jsx
index c2a36001..cee35457 100644
--- a/src/lib/quotation/components/Quotation.jsx
+++ b/src/lib/quotation/components/Quotation.jsx
@@ -82,6 +82,7 @@ const Quotation = () => {
let data = {
partner_shipping_id: auth.partnerId,
partner_invoice_id: auth.partnerId,
+ user_id: auth.id,
order_line: JSON.stringify(productOrder)
}
const isSuccess = await checkoutApi({ data })