refactor(connector): [Mifinity]Move destination_account_number from pmd to Mifinity Metadata (#4962)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Swangi Kumari
2024-06-12 16:05:37 +05:30
committed by GitHub
parent cf3d039efd
commit 5b21951102
11 changed files with 20 additions and 21 deletions

View File

@ -2580,8 +2580,6 @@ pub struct SwishQrData {}
#[derive(Eq, PartialEq, Clone, Debug, serde::Deserialize, serde::Serialize, ToSchema)]
pub struct MifinityData {
#[schema(value_type = String)]
pub destination_account_number: Secret<String>,
#[schema(value_type = Date)]
pub date_of_birth: Secret<Date>,
}