mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
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:
@ -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>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user