• Resolved diegpl

    (@diegpl)


    Hi, just saw this php 8 error and I think I did the right change. If so, please, implement it in the new version and let me know. Tks! ??

    [29-May-2022 23:12:28 UTC] PHP Warning:  Undefined array key "max_installments" in wp-content/plugins/woo-asaas/includes/installments/admin/
    settings/class-installments-fields.php on line 77
    if ( 0 === $settings->gateway->settings['max_installments'] ) {
    CHANGED TO
    $settings->gateway->settings['max_installments'] = "";
    if ( 0 === $settings->gateway->settings['max_installments'] ) {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Asaas plugin with PHP 8 warning’ is closed to new replies.