Skip to content

Commit

Permalink
Issue techjoomla#40 fix: pass name, address, city etc while placing t…
Browse files Browse the repository at this point in the history
…he order so that the order details are shown prefilled on the 2checkout
  • Loading branch information
ankush-maherwal committed Jun 28, 2018
1 parent 6206ea6 commit 4822244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/plugins/2checkout/2checkout/tmpl/form.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<input type="hidden" name="merchant_order_id" value="<?php echo $vars->order_id ?>" />
<input type="hidden" name="fixed" value="Y" />
<input type="hidden" name="lang" value="<?php echo $vars->lang; ?>" />
<input type='hidden' name='x_receipt_link_url' value="<?php echo $vars->notify_url;?>" >
<input type='hidden' name='x_receipt_link_url' value="<?php echo $vars->return;?>" >
<input type="hidden" name="pay_method" value="<?php echo strtoupper($vars->pay_method); ?>" />
<input type="hidden" name="card_holder_name" value="<?php echo $vars->user_firstname . " " . $vars->user_lastname?>" />
<input type="hidden" name="email" value="<?php echo $vars->user_email?>" />
Expand Down

0 comments on commit 4822244

Please sign in to comment.