Commit 2e0526e1 by Muhammad Usman

payment gateway change

parent a47ec2b9
Pipeline #583 failed with stage
in 0 seconds
...@@ -49,7 +49,7 @@ $categories = get_terms( array( ...@@ -49,7 +49,7 @@ $categories = get_terms( array(
while (have_posts()): while (have_posts()):
the_post(); the_post();
?> ?>
<form name="payserv" id="payserv" method="post" action="<?php echo get_site_url().'/thanks'?>"> <form name="payserv" id="payserv" method="post" action="https://testpti.payserv.net/webpaymentv2/default.aspx">
<input type="hidden" name="paymentrequest" id="paymentrequest" value="" /> <input type="hidden" name="paymentrequest" id="paymentrequest" value="" />
</form> </form>
<div class="bootstrap-iso"> <div class="bootstrap-iso">
......
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