Commit fc4c62cb by Muhammad Usman

request bin uri

parent 2ce123ce
Pipeline #295 passed with stage
in 0 seconds
......@@ -117,7 +117,7 @@ function vq_lms_process_order()
$_mid = get_option("vq_lms_payment_merchant_id");
$_requestid = substr(uniqid(), 0, 13);
$_noturl = site_url("lms-notify?order_id{$oid}"); // url where response is posted
$_noturl = site_url("https://requestb.in/1cz13lh1"); // url where response is posted
$_resurl = site_url("lms-payment-confirm"); //url of merchant landing page
$_cancelurl = site_url("lms-cancel"); //url of merchant landing page
$_fname = $name[0]; // kindly set this to first name of the cutomer
......
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