• Hello,

    I am getting an error on On new relic
    Error message:
    call_user_func_array() expects parameter 1 to be a valid callback, function ‘check_payments’ not found or invalid function name

    I think in this file
    \snapscan-online-payments\EcentricGateway\card-woocommerce-gateway.php
    line 55 we have code
    add_action(‘snap_payment_hook’, ‘check_payments’) ;
    it should be (need to remove space between close parenthesis and Semicolon)
    dd_action(‘snap_payment_hook’, ‘check_payments’);

    Thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘‘check_payments’ not found or invalid function name’ is closed to new replies.