【发布时间】:2015-06-03 15:57:47
【问题描述】:
我正在尝试将 Mangopay 集成到我的 nodejs 应用程序中。
我正在使用以下 sdk。
https://github.com/larafale/mangopay
当我尝试注册新用户时,出现以下错误。
Your authorization do not allow you to access to this information
我使用以下代码配置了 mangopay 对象。
mango = require('mangopay')({
username: 'client-id',
password: 'passphrase',
production: false
});
任何帮助将不胜感激。
【问题讨论】:
-
仅供参考(以及其他发现此问题的人),我们现在有一个官方的 Node.js SDK:github.com/Mangopay/mangopay2-nodejs-sdk