• Resolved andreas83b

    (@andreas83b)


    Hi,

    i need a way to call a function, while payment is complete from mpay24.
    my best guess was:

    add_action(‘woocommerce_payment_complete’, ‘payment_complete’, 10, 1);

    function payment_complete($order) { .. }

    but woocommerce_payment_complete never gets called.

    any hints are highly appreciated!

    https://ww.wp.xz.cn/plugins/woocommerce-mpay24-gateway/

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

The topic ‘woocommerce_payment_complete not called’ is closed to new replies.