请帮助我如何设置或呈现成功网址到我的离子应用程序.
当我将PayU资金整合到Ionic应用程序时,它需要在完成付款后成功Url和Failure Url才能成功,但它不会回到Ionic App.
当我将PayU资金整合到Ionic应用程序时,它需要在完成付款后成功Url和Failure Url才能成功,但它不会回到Ionic App.
<form name="sendParam" method="post" action="https://test.payu.in/_payment.PHP"> <input type="text" name="key" value="P3kHif" /> <input type="text" name="txnid" value="mdd0123" /> <input type="text" name="amount" value="100" /> <input type="text" name="productinfo" value="oxygenconcentrator" /> <input type="text" name="firstname" value="test" /> <input type="text" name="email" value="[email protected]" /> <input type="text" name="phone" value="9999999999" /> <input type="text" name="surl" value="http://example.com" /> <input type="text" name="Furl" value="http://example.com/about-us/" /> <input type="text" name="Hash" value="9a4c95b065ae294414e6a5b0b6e8e5d1a2ebf26074228eac6ff7c7d739c9cd4d021a9f70af8860ac369b1ccecfdaa60ba5839ee9dc1fd41e2848a3813677d520"/> <input type="submit" value="enter"/> </form >
而来自PayUmoney的响应只是HTML格式,它没有任何JSON对象格式.只是我按照以下链接PayU Money Rest API
解决方法
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。