feat(MED-100): partner location metadata stored on order line instead of order
This commit is contained in:
@@ -22,7 +22,7 @@ export default function OrderItem({ item, currencyCode }: {
|
||||
className="txt-medium-plus text-ui-fg-base"
|
||||
data-testid="product-name"
|
||||
>
|
||||
{item.product_title}
|
||||
{item.product_title}{` (${item.metadata?.partner_location_name ?? "-"})`}
|
||||
</span>
|
||||
<LineItemOptions variant={item.variant} data-testid="product-variant" />
|
||||
</TableCell>
|
||||
|
||||
Reference in New Issue
Block a user