gpt4 book ai didi

php - Paypal 返回 URL - 使用 GET 参数?

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:07:10 26 4
gpt4 key购买 nike

这是我用来测试 Paypal Website Payments Standard 上传内容的一些简单代码。

我的返回 URL 是 http://mysite/index.php?module=store&show=order_confirm我完成了付款流程,当我到达最后并返回到页面时,它只是返回到 index.php(即没有额外参数)。

谁知道这是怎么回事

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">

<input type="hidden" name="cmd" value="_cart" />

<input type="hidden" name="upload" value="1">
<input type="hidden" name="return" value="http://mysite/index.php?module=store&amp;show=order_confirm" />
<input type="hidden" name="currency_code" value="EUR" />

<input type="hidden" name="business" value="b.coug_1277121937_biz@gmail.com">

<input type="hidden" name="item_name_1" value="adaddada" />
<input type="hidden" name="amount_1" value="30.00" />

<input type="hidden" name="quantity_1" value="1" />
<input type="hidden" name="item_name_2" value="wuiui" />
<input type="hidden" name="amount_2" value="50.00" />
<input type="hidden" name="quantity_2" value="1" />


<input type="hidden" name="custom" value="19" />

<input type="image" name="submit" border="0" src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" alt="PayPal - The safer, easier way to pay online">

</form>

最佳答案

我不确定为什么 Paypal 正在做它正在做的事情,但我怀疑他们想要添加自己的 GET 参数的愿望正在抹杀你自己的。如果您可以使用 mod_rewrite 或类似的东西,您可能想尝试这样的事情:

写一个改变这个的规则:

http://mysite/store/order_confirm/?merchant_return_link=Test+Store

对此

http://mysite/index.php?merchant_return_link=Test+Store&module=store&show=order_confirm

关于php - Paypal 返回 URL - 使用 GET 参数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3094426/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com