juankvillegas
Forum Replies Created
-
Forum: Plugins
In reply to: [Wompi Portal de Pagos] Incompatibilidad con otras pasarelas de pagoLa solución es reemplazar en el archivo includes/class-wompi-portal-pagos-gateway-custom.php, en la línea 164, el siguiente código:
if (Wompi_Portal_Pagos_Helper::get_amount_in_cents($amount) < self::MINIMUM_ORDER_AMOUNT) {por:
if (!empty($_POST['payment_method']) && $_POST['payment_method'] == 'wompi'
&& Wompi_Portal_Pagos_Helper::get_amount_in_cents($amount) < self::MINIMUM_ORDER_AMOUNT) {Forum: Plugins
In reply to: [Wompi Portal de Pagos] Incompatibilidad con otras pasarelas de pagoTengo este mismo problema.
Para solucionarlo, antes de validar si el valor del pago es mayor al valor mínimo requerido por Wompi (COP$1.500), el plugin primero debería validar si el medio de pago que se está utilizando es efectivamente Wompi. Porque si se está usando un medio de pago diferente, el plugin de Wompi no tiene nada qué opinar sobre si el monto es válido o no.
I noticed this yesterday after a client reported it to us. All of our websites are built with the WP Core in a subfolder.
I hope this can be fixed soon. We have tens of clients that will probably be having issues access their websites.
I had the same issue and it started working once I disabled reSmush.it plugin.
I’m using WordPress 6.0.1 and reSmush.it 0.4.2
I hope you can fix the issue because I really like your plugin.
Thank you for your quick answer @capuderg
I checked the other plugins and the issue was caused by an outdated “Email Templates” plugin. Once I updated it to the last version, I started receiving all the messages.