簡體   English   中英

Paypal返回網址被截斷

[英]Paypal Return url is truncated

貝寶返回網址將截斷查詢字符串。

我的Paypal返回網址是:

$returnURL = "http://localhost/eko/index.php?module=UserPlans&action=PaymentSuccess&Response=success";

在Paypal加上令牌和付款人ID后,它會被截斷。

截斷的網址變為

http://localhost/eko/index.php?module=UserPlans&token=EC-2F968245J76799249&PayerID=PYEYM7DB7XSNN

截斷行動和回應。

我的應用程序基於sugarCrm,模塊和查詢字符串中的操作是必需的。

使用網址編碼

$returnURL = urlencode("http://localhost/paypal-test/index.php?module=UserPlans&action=PaymentSuccess&Response=success");

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM