Skip to content

Commit

Permalink
fix(payments): populate merchant order ref id in list (#5310)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvdixit88 committed Jul 15, 2024
1 parent 2c32152 commit a988442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/router/src/core/payments/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,7 @@ impl ForeignFrom<(storage::PaymentIntent, storage::PaymentAttempt)> for api::Pay
}
}
}),
merchant_order_reference_id: pi.merchant_order_reference_id,
..Default::default()
}
}
Expand Down

0 comments on commit a988442

Please sign in to comment.