Commit fef3acd3 by Muhammad Usman

terms and condition url

parent e1a2a6b6
Pipeline #230 passed with stage
in 0 seconds
...@@ -158,7 +158,7 @@ function vq_lms_process_order() ...@@ -158,7 +158,7 @@ function vq_lms_process_order()
$strxml = $strxml . "<notification_url>" . $_noturl . "</notification_url>"; $strxml = $strxml . "<notification_url>" . $_noturl . "</notification_url>";
$strxml = $strxml . "<response_url>" . $_resurl . "</response_url>"; $strxml = $strxml . "<response_url>" . $_resurl . "</response_url>";
$strxml = $strxml . "<cancel_url>" . $_cancelurl . "</cancel_url>"; $strxml = $strxml . "<cancel_url>" . $_cancelurl . "</cancel_url>";
$strxml = $strxml . "<mtac_url></mtac_url>"; // pls set this to the url where your terms and conditions are hosted $strxml = $strxml . "<mtac_url>https://www.google.com</mtac_url>"; // pls set this to the url where your terms and conditions are hosted
$strxml = $strxml . "<descriptor_note>''</descriptor_note>"; // pls set this to the descriptor of the merchant "" $strxml = $strxml . "<descriptor_note>''</descriptor_note>"; // pls set this to the descriptor of the merchant ""
$strxml = $strxml . "<fname>" . $_fname . "</fname>"; $strxml = $strxml . "<fname>" . $_fname . "</fname>";
$strxml = $strxml . "<lname>" . $_lname . "</lname>"; $strxml = $strxml . "<lname>" . $_lname . "</lname>";
......
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