Atom支付网关未重定向银行网站页面

时间:2016-01-19 07:23:54

标签: android payment-gateway

嘿我正在使用Atom支付网关提供银行详细信息后付款gatways页面不重定向和屏幕留在这里enter image description here

并且给出错误是

 I/chromium: [INFO:CONSOLE(1)] "[blocked] The page at 'https://paynetzuat.atomtech.in/paynetz/ipg' was loaded over HTTPS, but is submitting data to an insecure location at 'http://www.example.com/url-return.php': this content should also be submitted over HTTPS.
                                                                 ", source: https://paynetzuat.atomtech.in/paynetz/ipg (1)
  I/chromium: [INFO:CONSOLE(0)] "[blocked] The page at 'https://paynetzuat.atomtech.in/paynetz/ipg' was loaded over HTTPS, but is submitting data to an insecure location at 'http://www.example.com/url-return.php': this content should also be submitted over HTTPS.
                                                                 ", source: https://paynetzuat.atomtech.in/paynetz/ipg (0)

谢谢,请帮助我

1 个答案:

答案 0 :(得分:2)

Hey Buddy向他们询问名为Libary_MobilePaymentSDK的新sdk 使用此代码: -

WebSettings settings= webView.getSettings();
if (Build.VERSION.SDK_INT >= 21) {
    webview.getSettings().setMixedContentMode(WebSettings.MIXED_CONTENT_ALWAYS_ALLOW );
}