Paypal:Angular Js paypal 按钮未重定向到付款页面

Posted

技术标签:

【中文标题】Paypal:Angular Js paypal 按钮未重定向到付款页面【英文标题】:Paypal : Angular Js paypal button is not redirecting to the payment page 【发布时间】:2017-12-07 19:59:36 【问题描述】:

我正在尝试使用沙盒帐户凭据测试我的 paypal 集成

这是我的按钮代码

    <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="3M2C8VGPZSHSW">
<input type="image" src="https://www.sandbox.paypal.com/en_GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" >
<img  border="0" src="https://www.sandbox.paypal.com/en_GB/i/scr/pixel.gif"  >
</form> 

按钮没有重定向到任何地方?

【问题讨论】:

【参考方案1】:

我从中得到了答案,它包含许多示例和有用的代码 https://developer.paypal.com/demo/checkout/#/pattern/validation

【讨论】:

以上是关于Paypal:Angular Js paypal 按钮未重定向到付款页面的主要内容,如果未能解决你的问题,请参考以下文章

带有 Angular 应用程序的 Paypal 返回网址

Paypal API - checkout.js - 解析响应错误

使用单页应用程序(Angular)在上下文结账中使用 PayPal

使用braintree PayPal Dropin的Angular不会触发提交事件

用Paypal自定义客户ID

带有 angularjs 的 Paypal API