Undefined array key warnings in error log
PHP Warning: Undefined array key “nzdauthenticationcode” in poli-payments-for-woocommerce/poli.php on line 577″
PHP Warning: Undefined array key “nzdmerchantcode” in poli-payments-for-woocommerce/poli.php on line 578″
A change to something like this would fix it.
$auth_code_key = $config_currency . ‘authenticationcode’;
$merchant_code_key = $config_currency . ‘merchantcode’;
$authenticationcode = isset($poli_settings[$auth_code_key]) ? $poli_settings[$auth_code_key] : null;
$merchantcode = isset($poli_settings[$merchant_code_key]) ? $poli_settings[$merchant_code_key] : null;
Please update your plugin.
مشاهده پاسخ های این مطلب
———————————————
این مطلب از سایت انجمن وردپرس گردآوری شده است و کلیه حقوق مطلق به انجمن وردپرس می باشد در صورت مغایرت و یا بروز مشکل اطلاع دهید تا حذف گردد
منبع: انجمن وردپرس