Redirect 配置支付后PayPal自动返回(重定向)

Redirect 配置支付后PayPal自动返回(重定向),redirect,paypal,payment-processing,Redirect,Paypal,Payment Processing,我不知道发生了什么,但之前,付款后的重定向进行得很顺利,现在已经不起作用了 我有这个: <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="mail@name.com"> <input t

我不知道发生了什么,但之前,付款后的重定向进行得很顺利,现在已经不起作用了

我有这个:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="mail@name.com">
<input type="hidden" name="item_name" value="<? echo $site->site_brand;?> <? echo $pack->name;?>">
<input type="hidden" name="item_number" value="<? echo $pack->days;?> Days">
<input type="hidden" name="custom" value="<? echo $data->id; ?>">
<input type="hidden" name="amount" value="<? echo $pack->price;?>">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="button_subtype" value="services">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="rm" value="1">
<input type="hidden" name="return" value="<?echo $site->site_url;?>">
<input type="hidden" name="cancel_return" value="<?echo $site->site_url;?>">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynow_LG.gif:NonHosted">
<input type="hidden" name="notify_url" value="<?echo $site->site_url;?>/getpremium.php">
<input style="width:110px;border:none;background:none;" type="image" src="_template/images/buynow.png" name="submit" alt="PayPal - The safer, easier way to pay online!" class="premium_hide" /><img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>


您是否声明买方未被退回,或买方已被退回,但没有数据通过重定向传回您的站点?买家也可以用信用卡或贝宝账户付款。如果买家使用信用卡付款并通过客人结账,则重定向将不会自动进行。

当买家使用paypal不工作的方式购买时,重定向到网站