Unverified Commit 18c07b99 authored by ivrnet's avatar ivrnet Committed by GitHub

Update Telepay.js

parent 4c985219
...@@ -53,7 +53,7 @@ const TelepayForm = () => { ...@@ -53,7 +53,7 @@ const TelepayForm = () => {
e.preventDefault(); e.preventDefault();
try { try {
const response = await fetch('https://ivrnet-payment-backend.onrender.com/api/data', { const response = await fetch('https://callback-click2pay.ivrnet.com/callback/post_data/', {
method: 'POST', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment