From d4073506bde48fe437f1add82438762f8742b585 Mon Sep 17 00:00:00 2001 From: Vassshhh Date: Tue, 12 Aug 2025 10:58:38 +0700 Subject: [PATCH] ok --- src/Checkout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Checkout.js b/src/Checkout.js index 0aaef04..6287e2d 100644 --- a/src/Checkout.js +++ b/src/Checkout.js @@ -61,7 +61,7 @@ const Checkout = ({ socketId, transactionSuccess }) => { // Fetch products useEffect(() => { if (itemIds && Array.isArray(itemIds) && itemIds.length > 0) { - fetch('https://bot.kediritechnopark.com/webhook/store-dev/products', { + fetch('https://bot.kediritechnopark.com/webhook/store-production/products', { method: 'POST', headers: { 'Content-Type': 'application/json', @@ -119,7 +119,7 @@ const Checkout = ({ socketId, transactionSuccess }) => { } - const response = await fetch('https://bot.kediritechnopark.com/webhook/store-dev/pay', { + const response = await fetch('https://bot.kediritechnopark.com/webhook/store-production/pay', { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded',