mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
refactor(router): add domain type for merchant_connector_account id (#5685)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
This commit is contained in:
committed by
GitHub
parent
f33e1bb65c
commit
771f48cfe0
@ -87,7 +87,7 @@ pub async fn verify_merchant_creds_for_applepay(
|
||||
pub async fn get_verified_apple_domains_with_mid_mca_id(
|
||||
state: SessionState,
|
||||
merchant_id: common_utils::id_type::MerchantId,
|
||||
merchant_connector_id: String,
|
||||
merchant_connector_id: common_utils::id_type::MerchantConnectorAccountId,
|
||||
) -> CustomResult<
|
||||
services::ApplicationResponse<verifications::ApplepayVerifiedDomainsResponse>,
|
||||
errors::ApiErrorResponse,
|
||||
@ -111,7 +111,7 @@ pub async fn get_verified_apple_domains_with_mid_mca_id(
|
||||
.find_by_merchant_connector_account_merchant_id_merchant_connector_id(
|
||||
key_manager_state,
|
||||
&merchant_id,
|
||||
merchant_connector_id.as_str(),
|
||||
&merchant_connector_id,
|
||||
&key_store,
|
||||
)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user