It appears that the field order_product_id inside order.items is not actually the ID of the product that was ordered! When I view the product_id field inside cart.items that value is correct, but order_product_id has a completely different value here.
It appears that the field
order_product_idinsideorder.itemsis not actually the ID of the product that was ordered! When I view theproduct_idfield insidecart.itemsthat value is correct, butorder_product_idhas a completely different value here.