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