Reputation: 11
I try to import paytabs
to react js project but it doesn't work
var paytabs = require('paytabs')
paytabs.ValidateSecretKey("my email in the dashboard", "my secret Key", function(response){
console.log(response);
});
Upvotes: 0
Views: 352