简体   繁体   English

如何设置取消url paypal快速结账?

[英]How to set cancel url paypal express checkout?

How to set cancel url paypal express checkout ?如何设置取消 url paypal 快速结账?

For me, when buyer cancel purchase on paypal site.对我来说,当买家在贝宝网站上取消购买时。 paypal will redirect my buyer to https://www.example.com/index.php?token=EC-xxxxxxxxxxxxxxxxx paypal 会将我的买家重定向到https://www.example.com/index.php?token=EC-xxxxxxxxxxxxxxxxx

How to set for redirect to other page ?如何设置重定向到其他页面?

I tried to use this code我尝试使用此代码

$PayPalCancelURL = 'https://www.example.com/other_page.php';

and

'&CANCELURL='.urlencode($PayPalCancelURL).

But still redirect to https://www.example.com/index.php?token=EC-xxxxxxxxxxxxxxxxx但仍然重定向到https://www.example.com/index.php?token=EC-xxxxxxxxxxxxxxxxx

How can i do that ?我怎样才能做到这一点 ?

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

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