Path for a php file.
Hi,
My site is trying to receive payment results from a payment processor company in the form of a $_REQUEST post from such provider. That post will help me to update orders status with $order->complete() depending on $_REQUEST codes. I've created mygateway.php file inside /vantage/includes/payments/ directory. This php file will process the post and update the order.
How can I get the URI for my /vantage/includes/payments/mygateway.php file which will receive and process the post? I need it so as the third party payment gateway company be able to send me the $_REQUEST.
I'm not expert in php, so I greatly appreciate your help.
Thanks.