• Greetings,

    Version 2.3.11 added the two following lines :

    add_action('woocommerce_order_status_changed', 'ntav_av_new_order');
    add_action('woocommerce_new_order', 'ntav_av_new_order');

    Because of that, an image in now inserted in the JSON response expected when an order in created via AJAX, during checkout (typically by a payment plugin).
    The JSON response in then invalid and the user is unable to pay.

    We have restored to version 2.3.10 for now.

    Could you please take a look at the issue?
    Thank you.

  • The topic ‘Bug in version 2.3.11’ is closed to new replies.