Created
July 28, 2020 01:24
-
-
Save gusLopezC/c2fea2526010c40d0ba5f45e282a8e4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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