This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我尝试导入paytabs以响应 js 项目,但它不起作用
var paytabs = require('paytabs')
paytabs.ValidateSecretKey("my email in the dashboard", "my secret Key", function(response){
console.log(response);
});