Hello!
I am trying to update the syntax of the webhook below in order to add the IP address 201.123.456.50.
The end result would be the code below includes the website URL and the website’s IP address and the website’s port.
I’m having a little difficulty getting the syntax right. Can anyone please help?
Here is the original code that I need to add the IP address to:
// submit to website
$url = "https://prepay.website.com:2000?code=".$location_id;
Thank you!