diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-07-26 16:56:30 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-07-26 16:56:30 +0700 |
| commit | d7e6a3cf7f7d2f3338c0b82dfe6109754dc9a921 (patch) | |
| tree | d99c88f5ee6c43530fd0bc0376ca2977ef617081 /src/lib/quotation | |
| parent | 02fbca0f66aac32e562364ddfda9c5bae4177e96 (diff) | |
error user id
Diffstat (limited to 'src/lib/quotation')
| -rw-r--r-- | src/lib/quotation/components/Quotation.jsx | 1 |
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 }) |
