mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(router): add updated field to PaymentsResponse (#4292)
Co-authored-by: soumil.sudhir <soumil.sudhir@maximl.com>
This commit is contained in:
@ -773,6 +773,7 @@ where
|
||||
.set_payment_method_status(payment_data.payment_method_info.map(|info| info.status))
|
||||
.set_customer(customer_details_response.clone())
|
||||
.set_browser_info(payment_attempt.browser_info)
|
||||
.set_updated(Some(payment_intent.modified_at))
|
||||
.to_owned(),
|
||||
headers,
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user