标签: reactjs paytabs
我尝试导入paytabs来响应js项目,但是它不起作用
paytabs
var paytabs = require('paytabs') paytabs.ValidateSecretKey("my email in the dashboard", "my secret Key", function(response){ console.log(response); });