简体   繁体   English

重复性贝宝沙盒不起作用

[英]does not work recurring paypal sandbox

my php code generates html form which is submitting automatically with redirection of customers:我的 php 代码生成 html 表单,该表单通过客户重定向自动提交:

    <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" name="vm_paypal_form" id="vmPaymentForm" accept-charset="UTF-8">
<input type="hidden" name="charset" value="utf-8">
<input type="hidden" name="cmd" value="_xclick-subscriptions" />
<input type="hidden" name="business" value="bolpav@example.com" />
<input type="hidden" name="custom" value="otmjboutim6sl98u6olis61nm7" /
><input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="return" value="http://example.com/devportal/index.php?option=com_virtuemart&amp;view=vmplg&amp;task=pluginresponsereceived&amp;on=3L99030&amp;pm=1&amp;Itemid=166&amp;lang=" />
<input type="hidden" name="notify_url" value="http://example.com/devportal/index.php?option=com_virtuemart&amp;view=vmplg&amp;task=notify&amp;tmpl=component&amp;lang=" />
<input type="hidden" name="cancel_return" value="http://example.com/devportal/index.php?option=com_virtuemart&amp;view=vmplg&amp;task=pluginUserPaymentCancel&amp;on=3L99030&amp;pm=1&amp;Itemid=166&amp;lang=" />
<input type="hidden" name="rm" value="1" />
<input type="hidden" name="bn" value="VirtueMart_Cart_PPA" />
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="image_url" value="http://example.com/devportal/images/virtuemart/vendor/" />
<input type="hidden" name="item_name" value="Order Number: 3L99030" />
<input type="hidden" name="lc" value="EN" />
<input type="hidden" name="a3" value="105" />
<input type="hidden" name="p3" value="1" />
<input type="hidden" name="t3" value="M" />
<input type="hidden" name="src" value="1" />
<input type="hidden" name="srt" value="52" />
<input type="hidden" name="sra" value="1" />
<input type="submit"  value="Please wait while redirecting to PayPal" />
</form>

After this form is submited i see page with order number, price and message : ". To complete your checkout using PayPal, please log in."提交此表格后,我会看到包含订单号、价格和消息的页面:“要使用 PayPal 完成结账,请登录。” After i click Login button then it redirects me to login page .单击“登录”按钮后,它会将我重定向到登录页面。 But after i login then it open dasboard and forgets about payment .但是在我登录后,它会打开仪表板并忘记付款。 So payment procedure gets broken.所以付款程序被破坏了。 I am using Sanbox business account for seller and sandbox personal account for customer.我为卖家使用 Sanbox 企业帐户,为客户使用 Sandbox 个人帐户。 Can anybody help?有人可以帮忙吗?

It seems to be a known issue at PayPal's end.这似乎是 PayPal 的一个已知问题。 The engineering team is working on this for a fix.工程团队正在解决这个问题。 Will update here once it gets fixed.修复后会在这里更新。

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

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