Fix these Mercado Pago plugin php warnings with this code, please
-
File /plugins/woocommerce-mercadopago/includes/module/mercadopago-settings/class-wc-woomercadopago-mercadopago-settings.php
Line 589
'enabled' => isset($gateway->settings['enabled']) ? $gateway->settings['enabled'] : false,
Line 683
if ( isset( $gateway->settings['enabled'] ) && 'yes' === $gateway->settings['enabled'] ) { wp_send_json_success( __( 'At least one payment method is enabled', 'woocommerce-mercadopago' ) ); }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fix these Mercado Pago plugin php warnings with this code, please’ is closed to new replies.