Hi, I noticed, I am getting same status message for same same order multiple times from on_order_update callback. Is this expected? How do I handle this, it happens so fast that before I could update status of the order in my local variables, damage is done.
10/23/2023 03:20:31 PM :: Order ID: 231023103003801 Order status: COMPLETE 10/23/2023 03:20:32 PM :: Order ID: 231023103003801 Order status: COMPLETE
Is this duplicate status message just for the COMPLETE status? Can you paste the complete order update log? Hide unique order info related to the user id.
Can you paste the complete order update log? Hide unique order info related to the user id.