refactor(payment_methods): Added support for pm_auth_connector field in pm list response (#2667)

Co-authored-by: Chethan Rao <70657455+Chethan-rao@users.noreply.github.com>
Co-authored-by: Shanks <shashank.attarde@juspay.in>
This commit is contained in:
Sarthak Soni
2023-11-21 14:53:19 +05:30
committed by GitHub
parent 5c4e7c9031
commit be4aa3b913
2 changed files with 8 additions and 0 deletions

View File

@ -325,6 +325,9 @@ pub struct ResponsePaymentMethodTypes {
}
"#)]
pub surcharge_details: Option<SurchargeDetailsResponse>,
/// auth service connector label for this payment method type, if exists
pub pm_auth_connector: Option<String>,
}
#[derive(Clone, Debug, PartialEq, serde::Serialize, serde::Deserialize, ToSchema)]
#[serde(rename_all = "snake_case")]