FLORA
Mostrando los 10 resultados
$('#pay-button').on('click', function(event) { event.preventDefault(); $("#pay-button").prop( "disabled", true); OpenPay.token.extractFormAndCreate('payment-form', success_callbak, error_callbak); });
Mostrando los 10 resultados