PayPal登录"Error: no template specified at engine"



我在这里遵循这个例子:

https://developer.paypal.com/docs/integration/direct/identity/button-js-builder/

与javascript:

paypal.use( ['login'], function (login) {
  login.render ({
    "appid":"myAppID",
    "scopes":"profile email address phone https://uri.paypal.com/services/paypalattributes",
    "containerid":"lippButton",
    "locale":"en-us",
    "returnurl":"myReturnUrl"
  });
});

,并得到以下错误,当我点击登录按钮。另一个窗口弹出错误:

错误:引擎

没有指定模板

这是在他们那边吗?或者是一些凭证相关的错误?

我得到了同样的东西,我的昨晚还在工作。我猜他们正在做(或曾经做过)某种维护。

相关内容

  • 没有找到相关文章

最新更新