Skip to content

Instantly share code, notes, and snippets.

@luisdalmolin
Created November 11, 2016 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luisdalmolin/3c2f679e4f46aa9ad1726cf0ae45f298 to your computer and use it in GitHub Desktop.
Save luisdalmolin/3c2f679e4f46aa9ad1726cf0ae45f298 to your computer and use it in GitHub Desktop.
PagSeguroDirectPayment.getBrand({
cardBin: $scope.card,
success: function(response) {
console.log(response);
},
error: function(response) {
console.log(response);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment