hi all i have create PayPal Checkout and i have the html code but how i can add to this code
if payment is completed go to the url for the example www.thunkable.com
use the open link block in control section
i use the webviewer with html file this will not working
i have to add this to the code in the file
Can you explain more?
Are you trying to initiate the PayPal payment gateway?
Is this a callback function?
i have the html file with the PayPal payment gateway
and i use the webviewer i want to take the user for my web site if the payment is completed
but i dont know how to add this for the code in the html file
Do you mean the page has to redirect the user to another page after payment is completed?
You can use this window.location.href = "http://www.the-other-website.com";
thank you
