summaryrefslogtreecommitdiff
path: root/src/lib/quotation/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-09 10:51:10 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-09 10:51:10 +0700
commite33a7e612a3c2c871f6a0a84d0d04d6f6ddc357a (patch)
tree6843753e513b1ce5c671d5bde6f819df4a18091e /src/lib/quotation/components
parent616d8ffc973eba673069243ec8981b5234234fe5 (diff)
<iman> update template switch & delete console log
Diffstat (limited to 'src/lib/quotation/components')
-rw-r--r--src/lib/quotation/components/Quotation.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/quotation/components/Quotation.jsx b/src/lib/quotation/components/Quotation.jsx
index 8855c6c4..5f197d16 100644
--- a/src/lib/quotation/components/Quotation.jsx
+++ b/src/lib/quotation/components/Quotation.jsx
@@ -277,9 +277,7 @@ const Quotation = () => {
estimated_arrival_days: splitDuration(etd),
delivery_service_type: selectedExpedisiService,
};
- console.log('data checkout', data);
const isSuccess = await checkoutApi({ data });
- console.log('isSuccess', isSuccess);
setIsLoading(false);
if (isSuccess?.id) {
for (const product of products) deleteItemCart({ productId: product.id });