mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
fix: Cancellation reason null in payments_retrieve (#184)
This commit is contained in:
@ -370,6 +370,7 @@ where
|
|||||||
mandate_id,
|
mandate_id,
|
||||||
shipping: address.shipping,
|
shipping: address.shipping,
|
||||||
billing: address.billing,
|
billing: address.billing,
|
||||||
|
cancellation_reason: payment_attempt.cancellation_reason,
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user