Skip to content

Commit

Permalink
Onramp: Add exclude from purchases to onramp aggregator orders (#5195)
Browse files Browse the repository at this point in the history
  • Loading branch information
wachunei authored Nov 3, 2022
1 parent 88eccba commit 24858a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const aggregatorOrderToFiatOrder = (aggregatorOrder: Order) => ({
state: aggregatorOrderStateToFiatOrderState(aggregatorOrder.status),
account: aggregatorOrder.walletAddress,
txHash: aggregatorOrder.txHash,
excludeFromPurchases: aggregatorOrder.excludeFromPurchases,
data: aggregatorOrder,
});

Expand Down

0 comments on commit 24858a3

Please sign in to comment.