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