【问题标题】:Android ccavenue payment gateway integrationAndroid ccavenue 支付网关集成
【发布时间】:2017-12-19 21:15:05
【问题描述】:

我正在尝试将 Android CCavenue 支付网关集成集成到我的 Android 充值应用程序中

我已关注此链接 followed steps in this link 以及 CCavenue 文档

当我尝试点击支付按钮时

我从 GetRSA.php 获取 html 文档作为响应,它部署在如下服务器上

<!DOCTYPE html>
 <html>
     <head>
     <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <meta http-equiv="Cache-control" content="no-cache">
     <meta http-equiv="Pragma" content="no-cache">
     <meta http-equiv="Expires" content="0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>404 Not Found</title>
    <style type="text/css">
        body {
             font-family: Arial, Helvetica, sans-serif;
             font-size: 14px;
             line-height: 1.428571429;
             background-co
    etc......................

这是我的示例代码:

String vResponse = sh.makeServiceCall(mainIntent.getStringExtra(AvenuesParams.RSA_KEY_URL), ServiceHandler.POST, params);
        System.out.println("Response"+vResponse);//printing above mentioned html code

谁能帮忙解决一下

【问题讨论】:

    标签: java android android-studio payment-gateway ccavenue


    【解决方案1】:

    只需从 GetRSA.php 文件中删除所有 html 标签。它会按预期工作。

    【讨论】:

      猜你喜欢
      • 2015-12-21
      • 2017-09-23
      • 1970-01-01
      • 2019-05-04
      • 2012-08-15
      • 2012-04-19
      • 2014-07-07
      • 2015-01-16
      • 2011-08-07
      相关资源
      最近更新 更多