Paypal自动返回不适用于订阅按钮

时间:2017-07-04 11:35:55

标签: jquery laravel paypal paypal-sandbox paypal-subscriptions

我正在使用paypal表单和paypal subscribe按钮。我的表格看起来像这样

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_top" id="payPalForm">
    <input name="cmd" value="_s-xclick" type="hidden">
    <input name="hosted_button_id" value="xyz" type="hidden">
    <input name="cancel_return" value="http://localhost.fbleads.com/user/login" type="hidden">
    <input name="return" value="http://localhost.fbleads.com/user/login" type="hidden">
    <input name="custom" value="MTA=" type="hidden">
    <input name="invoice" value="MTIzNTU=" type="hidden">
    <input name="rm" value="2" type="hidden">
    <input name="page_style" value="paypal" type="hidden">
    <input name="charset" value="utf-8" type="hidden">
</form>

我还enabled我的auto return帐户sandbox。但它不会自动返回到返回URL。在按钮创建时我还免费提供了一天trial membership。在付款时,它要求使用paypal帐户登录。登录后,它将转到paypal帐户摘要页面,但不会自动返回。任何人都知道,为什么会这样?

0 个答案:

没有答案