• Resolved tikes91

    (@tikes91)


    Boas,

    Depois de adicionar as seguintes linhas para alterar a validades das referencias multibanco, passei a ter a seguinte mensagem no site.

    Linhas Adicionadas:
    //Activate Incremental Expire Mode (don’t do this unless you’ve asked IfthenPay to activate it on your account)
    add_filter( ‘multibanco_ifthen_ref_mode’, function() { return ‘incremental_expire’; } );

    //Number of days (replace 15 with the number of days agreed with IfthenPay)
    add_filter( ‘multibanco_ifthen_incremental_expire_days’, function() { return 1; } );

    Mensagem que aparece
    Notice: Undefined index: cancel_expired in /var/www/html/lojatestes/wp-content/plugins/multibanco-ifthen-software-gateway-for-woocommerce/class-wc-ifthen-webdados.php on line 182

    Obrigado

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alteração Validade das Referências multibanco’ is closed to new replies.