我正在使用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帐户摘要页面,但不会自动返回。任何人都知道,为什么会这样?