feat(connector): [cryptopay] add new connector cryptopay, authorize, sync, webhook and testcases (#1511)

Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
This commit is contained in:
Arvind Patel
2023-06-30 14:57:35 +05:30
committed by GitHub
parent 15c2a70b42
commit 7bb0aa5ceb
24 changed files with 872 additions and 15 deletions

View File

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