This commit is contained in:
Vassshhh
2025-08-12 10:58:38 +07:00
parent d89c5a52b8
commit d4073506bd

View File

@@ -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',