You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in case of the child order the order.items.variant.product.profile_id is not populated which causes the orders to go into Partilly fulfilled state if there are more than 2 items in the order. Hence cause a state where the orders are not getting fulfilled properly. I know the fix needs to be made in [order-placed-handler.ts](https://github.com/mercurjs/mercur-api-starter/blob/main/src/subscribers/order-placed-handler.ts) but I am not able to figure it out what needs to be fixed. If you can help me that would be great with the fix.
The text was updated successfully, but these errors were encountered:
So in case of the child order the order.items.variant.product.profile_id is not populated which causes the orders to go into Partilly fulfilled state if there are more than 2 items in the order. Hence cause a state where the orders are not getting fulfilled properly. I know the fix needs to be made in
[order-placed-handler.ts](https://github.com/mercurjs/mercur-api-starter/blob/main/src/subscribers/order-placed-handler.ts)
but I am not able to figure it out what needs to be fixed. If you can help me that would be great with the fix.The text was updated successfully, but these errors were encountered: