feat(connector): [CRYPTOPAY] Pass network details in payment request (#4779)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
DEEPANSHU BANSAL
2024-05-28 16:52:06 +05:30
committed by GitHub
parent d686ec7acd
commit 84e032e6c2
9 changed files with 30 additions and 3 deletions

View File

@ -2122,6 +2122,7 @@ pub struct SepaAndBacsBillingDetails {
#[serde(rename_all = "snake_case")]
pub struct CryptoData {
pub pay_currency: Option<String>,
pub network: Option<String>,
}
#[derive(Debug, Clone, Eq, PartialEq, serde::Deserialize, serde::Serialize, ToSchema)]