Files
2026-04-28 15:13:50 +02:00

1 line
762 B
JavaScript

jQuery((e=>{const t=e(document.body),o=e("form.checkout"),s="input[type=submit],button,.p24-blik-code",c=".p24-blik-code",i=".p24-blik-confirmation-message";function r(){jQuery(c).hide()}function n(){jQuery(i).show()}function u(e){o.find(s).prop("disabled",!0).hide(),r(),n(),jQuery.ajax({type:"POST",url:("check_p24blik_payment_status",woocommerce_params.wc_ajax_url.replace("%%endpoint%%","check_p24blik_payment_status")),data:{order_id:e},dataType:"json",success(t){t&&("pending"===t.status?(n(),r(),setTimeout((()=>u(e)),2e3)):"success"===t.status?window.location.href=t.redirect:(o.find(s).prop("disabled",!1).show(),jQuery(i).hide(),jQuery(c).show(),alert(t.message)))}})}t.on("checkout_error",(e=>{const t=jQuery("#p24_blik_orderId").html();t&&u(t)}))}));