Skip to content

Instantly share code, notes, and snippets.

@gusLopezC
Created July 28, 2020 01:24
Show Gist options
  • Save gusLopezC/c2fea2526010c40d0ba5f45e282a8e4f to your computer and use it in GitHub Desktop.
Save gusLopezC/c2fea2526010c40d0ba5f45e282a8e4f to your computer and use it in GitHub Desktop.
var sucess_callbak = function(response) {
var token_id = response.data.id;
alert("Su token es "+token_id);
$('#token_id').val(token_id);
// $('#payment-form').submit();
$('#payment-form').reset();
$("#pay-button").prop( "disabled", false);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment