如何在ionic3中实现paytabs网关?

时间:2019-06-25 13:59:34

标签: ionic3 paytabs

我必须集成薪资标签支付网关。请帮助我进行集成

var paytabs = require('paytabs')
paytabs.ValidateSecretKey("my email in the dashboard", "my secret Key", function(response){
  console.log(response);
});

0 个答案:

没有答案