Achouri Haithem
Achouri Haithem

Reputation: 11

How to add paytabs library to react js project

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

Answers (0)

Related Questions