Unverified Commit 55d876e0 authored by ivrnet's avatar ivrnet Committed by GitHub

Update Telepay.js

parent bd6f9d5b
......@@ -84,7 +84,7 @@ export const Telepay = () => {
const checkInvoiceStatus = async () => {
try {
const response = await fetch(`https://callback-click2pay.ivrnet.com/callback/invoices/${success.invoice_id}`, {
const response = await fetch(`https://callback-click2pay.ivrnet.com/callback/invoices/${success.invoice_id}/`, {
method: 'GET'
});
......
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