diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-07-26 09:54:27 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-07-26 09:54:27 +0000 |
| commit | 4191895f65972568ee892b1970849ebb37a360ad (patch) | |
| tree | 0c3977a0d3686aab125510af92bc4898dc4d29d6 /src | |
| parent | c96f30a60d8ef7ebc949d2124abdd91d5a1dafc5 (diff) | |
| parent | d7e6a3cf7f7d2f3338c0b82dfe6109754dc9a921 (diff) | |
Merged in Hotfix/action_click_button_beli (pull request #30)
error user id
Diffstat (limited to 'src')
| -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 }) |
