mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
refactor(router): add api_version and make profile_id mandatory in mca v2 (#5602)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
19a9180925
commit
56791c2743
@ -752,7 +752,7 @@ mod tests {
|
||||
}]),
|
||||
frm_configs: None,
|
||||
connector_webhook_details: None,
|
||||
profile_id: None,
|
||||
profile_id: "profile_id".to_string(),
|
||||
applepay_verified_domains: None,
|
||||
pm_auth_config: None,
|
||||
status: api_enums::ConnectorStatus::Inactive,
|
||||
@ -813,7 +813,7 @@ mod tests {
|
||||
}]),
|
||||
frm_configs: None,
|
||||
connector_webhook_details: None,
|
||||
profile_id: None,
|
||||
profile_id: "profile_id".to_string(),
|
||||
applepay_verified_domains: None,
|
||||
pm_auth_config: None,
|
||||
status: api_enums::ConnectorStatus::Inactive,
|
||||
|
||||
Reference in New Issue
Block a user