mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(router): add disputes block in payments retrieve response (#1038)
This commit is contained in:
committed by
GitHub
parent
7c7185bc1a
commit
1304d912e5
@ -860,6 +860,7 @@ where
|
||||
pub force_sync: Option<bool>,
|
||||
pub payment_method_data: Option<api::PaymentMethodData>,
|
||||
pub refunds: Vec<storage::Refund>,
|
||||
pub disputes: Vec<storage::Dispute>,
|
||||
pub sessions_token: Vec<api::SessionToken>,
|
||||
pub card_cvc: Option<Secret<String>>,
|
||||
pub email: Option<Email>,
|
||||
|
||||
Reference in New Issue
Block a user