私はコンテキストペイパルフローをサンドボックスモードで動作させていましたが、突然、全ページのペイパルページに突然リダイレクトされたようですまったく。PayPalコンテキストでエクスプレスチェックアウトがフルページのPayPalログインへのリダイレクトを開始
最初にコンテキストポップアップが表示され、以下のログ出力がかなり速く表示されます。その後、サークルをさらに35秒回転させ、最後にwww.sandbox.paypal.comのフルページログインにリダイレクトします。
約次の後にリダイレクトされます。 35秒: https://www.sandbox.paypal.com/webapps/hermes/fallback?product=ec&reason=hermes_to_legacy&fallback=1&incontext=1&token=EC-2JW68939JV301205H
私はロギングを有効にして、コンソールでは、これらを示しています
PayPal Incontext is running in sandbox mode. This message will not appear in production mode
[post-robot] fullpage mysite.com #receive postrobot_message_request identify Object {hash: "identify_a5696077b9", type: "postrobot_message_request", name: "identify", data: Object, id: "cbcd06def6"…}data: Objecthash: "identify_a5696077b9"id: "cbcd06def6"name: "identify"originalSource: "PPFrameefdd3d7440"originalWindowType: "popup"source: "PPFrameefdd3d7440"type: "postrobot_message_request"windowType: "popup"__proto__: Object
[post-robot] fullpage mysite.com #send postrobot_message_ack identify Object {target: "PPFrameefdd3d7440", hash: "identify_a5696077b9", name: "identify", type: "postrobot_message_ack", id: "fade8375aa"…}
[post-robot] fullpage mysite.com #send postrobot_message_response identify Object {target: "PPFrameefdd3d7440", hash: "identify_a5696077b9", name: "identify", type: "postrobot_message_response", ack: "success"…}
[post-robot] fullpage mysite.com #receive postrobot_message_request init Object {hash: "init_7572e25d03", type: "postrobot_message_request", name: "init", data: Object, id: "0d5dae02bd"…}
[post-robot] fullpage mysite.com #send postrobot_message_ack init Object {target: "PPFrameefdd3d7440", hash: "init_7572e25d03", name: "init", type: "postrobot_message_ack", id: "c5f5cd0f26"…}
[post-robot] fullpage mysite.com #send postrobot_message_response init Object {target: "PPFrameefdd3d7440", hash: "init_7572e25d03", name: "init", type: "postrobot_message_response", ack: "success"…}
[post-robot] fullpage mysite.com #receive postrobot_message_request return Object {hash: "return_4f3cdfcba1", type: "postrobot_message_request", name: "return", data: Object, id: "61dc3dc8ec"…}
[post-robot] fullpage mysite.com #send postrobot_message_ack return Object {target: "PPFrameefdd3d7440", hash: "return_4f3cdfcba1", name: "return", type: "postrobot_message_ack", id: "6c96a77ba8"…}
どのように完全なリダイレクトを引き起こしているものを見つけると、それは文脈で使用することを確認しますか?私はそれが約35秒間中断する理由を理解していませんか?
さて、私は今朝もう一度試してみましたが、これは正常に動作しているようです。私は誰かがサーバを切ったり切ったりしなければならないと思います:\ – deejbee