Skip to content

Commit

Permalink
use last submitted offer for new payment route (#15080)
Browse files Browse the repository at this point in the history
  • Loading branch information
leamotta authored Jan 14, 2025
1 parent 7d005b0 commit 64d95c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Apps/Order/Routes/NewPayment/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,10 @@ export const NewPaymentRoute: FC<
<Flex flexDirection="column">
<Flex flexDirection="column">
<ArtworkSummaryItem order={order} />
<TransactionDetailsSummaryItem order={order} />
<TransactionDetailsSummaryItem
order={order}
useLastSubmittedOffer
/>
</Flex>
<BuyerGuarantee
contextModule={ContextModule.ordersNewPayment}
Expand Down

0 comments on commit 64d95c4

Please sign in to comment.