mytmoney form problem
-
Hello Team,
kindly note that I have created the html page below
<form id="redirectForm" action="https://pay.mytmoney.mu/Mt/web/payments" method="post"> <input name="appId" value="<?php echo $_GET[ 'appID' ]; ?>"/> <input name="merTradeNo" value="<?php echo $_GET[ 'merTradeNo' ]; ?>"/> <input name="payload" value="<?php echo $_GET[ 'encryptedPayload' ]; ?>"/> <input name="paymentType" value="<?php echo $_GET[ 'paymentType' ]; ?>"/> <input name="sign" value="<?php echo $_GET[ 'sign' ]; ?>"/> <p><input type="submit" value="Pay By my.t money"/></p> </form>
However, code is being displayed as shown below.
https://snipboard.io/nKmZ5o.jpgOn clicking ‘Pay by mytmoney’, I am getting authentication error. Seems the values are not passed correctly.
https://snipboard.io/ycCku3.jpg
Kindly advise.
Thanks,
Roshan
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘mytmoney form problem’ is closed to new replies.