fix(payments): populate merchant order ref id in list (#5310)

This commit is contained in:
Apoorv Dixit
2024-07-12 17:00:34 +05:30
committed by GitHub
parent 8b614c9b7e
commit bf4ec90d45

View File

@ -1021,6 +1021,7 @@ impl ForeignFrom<(storage::PaymentIntent, storage::PaymentAttempt)> for api::Pay
} }
} }
}), }),
merchant_order_reference_id: pi.merchant_order_reference_id,
..Default::default() ..Default::default()
} }
} }