简体   繁体   English

Paypal IPN差异正常适用于移动设备

[英]Paypal IPN difference normal to mobile devices

I'm using Coovachilli and processing wifi payments via Paypal. 我正在使用Coovachilli,并通过Paypal处理wifi付款。 When I go through the process with a laptop Paypal loads in a few seconds but when I use mobile(only tested on Android) devices it takes 2 minutes to get to a page with 2 buttons on it about paying via paypal account or credit card. 当我使用便携式计算机完成此过程时,Paypal会在几秒钟内加载,但是当我使用移动设备(仅在Android上经过测试)时,需要2分钟才能进入带有2个按钮的页面,该页面显示有关通过Paypal帐户或信用卡付款的信息。 I select paypal and it takes another 3 minutes to get to the page that my laptop reached in one step and a few seconds. 我选择了贝宝(Paypal),然后又花了3分钟才能一步一步地进入笔记本电脑到达的页面。 I've tried different browsers on the Android tablet and phone but get the same result. 我在Android平板电脑和手机上尝试了不同的浏览器,但得到了相同的结果。

Because I have to allow Paypal through the captive portal for this to work I'm wondering if there is a different url that is required for mobiles devices that I need to allow through. 因为我必须允许Paypal通过强制门户才能正常工作,所以我想知道是否需要允许移动设备使用的其他URL。

At the moment I'm allowing 目前,我允许

  • *.paypal.com * .paypal.com
  • *.paypalobjects.com * .paypalobjects.com

The POST I'm sending to Paypal is to https://www.paypal.com/cgi-bin/webscr and the variables are 我发送给Paypal的POST是https://www.paypal.com/cgi-bin/webscr ,变量是

  • currency_code 货币代码
  • cmd value="_xclick cmd value =“ _ xclick
  • business 商业
  • item_name 项目名称
  • item_number 项目编号
  • amount
  • custom 习俗
  • return 返回
  • notify_url notify_url
  • cancel_return cancel_return

It seems like it's waiting for a component to load and eventually times out and continues. 似乎正在等待组件加载,最终超时并继续。 Does anyone know what happens differently between laptops and mobile devices? 有谁知道笔记本电脑和移动设备之间会发生什么变化?

I have had the pain of Coovachilli redirects... 我经历了Coovachilli重定向的痛苦...

I found success with mobile.paypal.com yet .paypal.com or paypal.com didnt always work. 我发现mobile.paypal.com取得了成功,但是.paypal.com or paypal.com并不总是有效。

I tested using a chrome url user agent changer and sniffer. 我使用了chrome url用户代理更改程序和嗅探器进行了测试。

I also had an issue with the paypal headers and line breaks, not sure that was mobile related. 我也遇到了贝宝标题和换行符的问题,不确定是否与移动相关。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM