• Resolved Rolf Siebers

    (@rolfsiebers)


    In the class-woocommerce-sensor.php on live 461 you’ve got the code:
    ‘OrderID’ => \esc_attr( $note->order_id ),

    But the $note->order_id doesn’t contain the right property.
    You’ve also got the $order in that method. So Changing it to:
    ‘OrderID’ => \esc_attr( $order->get_id() ),
    should fix it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support robertabela

    (@robert681)

    Hello @rolfsiebers

    Sorry for the late response about this. We are looking into this and we will include a fix in the next update. If we need anything else from your end, we will let you know.

    Thank you for using our plugin.

    Plugin Support robertabela

    (@robert681)

    Hello @rolfsiebers

    Today we have just released update 5.3.0 and in it we have addressed this issue. Please update your copy of the plugin.

    Should there be anything else, do not hesitate to ask.

    Have a great day.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.