Discussing Shopify Functions development, deployment, and usage in Shopify apps.
Today I was debugging a problem with a partially refunded order where the line discount was not being calculated correctly. It looked like the quantity was not being used correctly when calculating the order line discount. I had the order open in my Shopify admin page, then a co-worker of mine opened up the order on their computer and the order line discount all of a sudden was showing correctly for them. I still had the order open and the line discount was wrong on my screen. After a refresh, the order line discount all of a sudden showed correct on my screen.
Was there a patch to fix a problem related to order line discount released today?
If so, it seems the problem is still occurring when fetching the order line discount through the API.
/Fridge