/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
templates
/
Payments
/
/var/www/vhosts/ihelp.ro/httpdocs/templates/Payments
mkdir
upload
Name
Size
Mode
Actions
accept_pay.php
0
0644
edit
dl
rm
payment.php
1248
0644
edit
dl
rm
reject_pay.php
0
0644
edit
dl
rm
return_pay.php
0
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/templates/Payments/payment.php
(1248B)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <title><?php echo SITE_NAME; ?></title> <?php echo $this->Html->script('jquery-3.3.1.min'); ?> <style> body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px; line-height: 1.4; color: #333; background-color: #fff } </style> </head> <body> <form id="frmPaymentRedirect" name="frmPaymentRedirect" method="post" action="<?php echo $paymentUrl; ?>"> <input type="hidden" name="env_key" value="<?php echo $objPmReqCard->getEnvKey(); ?>" /> <input type="hidden" name="data" value="<?php echo $objPmReqCard->getEncData(); ?>" /> <p style="text-align:center;">Pentru a finaliza plata vei redirectat catre pagina de plati securizata a mobilpay.ro</p> </form> <script type=" text/javascript"> $(window).on("load", function() { $("#frmPaymentRedirect").submit(); }); </script> <?php //echo $this->element('/front/track'); ?> </body> </html>
Save
cmd:
run