Open vikasacharya16 opened 5 years ago
@vick16ach You probably need to check the latest paytm docs to see what the new URL is. But the plugin itself is a working plugin, and is being used in some of my apps.
@vick16ach You probably need to check the latest paytm docs to see what the new URL is. But the plugin itself is a working plugin, and is being used in some of my apps.
can you tell which url you are talking about. do i need to change code in plugin itself?
i just run the code you have given by generating checksum on my working back end server. but it is redirecting to a page where ill see 404 not exists. i'm using this link for generating cheksum and its working fine.
CALLBACK_URL: "https://securegw-stage.paytm.in/theia/paytmCallback?ORDER_ID=ORDER0000001",
then this is the rest of the code
from that 404 not exists page if i press back button it will ask cancel transaction. if i press yes it will back to payment page. so i concluded that the url is not correct. thanks in advance for any help