How to add paytabs library to react js project

288 Views Asked by At

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);
});
0

There are 0 best solutions below