Adobe Certified Reseller

Refortek has been an official Adobe Certified Reseller since 2024. You can verify this information yourself by visiting the Adobe Partner Connection Portal.

Simply search for "Refortek" to confirm our certification.

Adobe Partner Connection Portal

// Seleccionamos específicamente el botón de PayPal por su atributo data-funding-source var botonPaypal = document.querySelector('div[data-funding-source="paypal"]'); if (botonPaypal) { // Ocultamos el contenedor abuelo (el que tiene la clase 'paypal-button-row') // para eliminar también el espacio/margen que ocupa. botonPaypal.closest('.paypal-button-row').style.display = 'none'; }