mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(router): add camel_case for the applepay request (#2172)
This commit is contained in:
@ -55,7 +55,7 @@ pub async fn retrieve_apple_pay_verified_domains(
|
||||
verification::get_verified_apple_domains_with_mid_mca_id(
|
||||
&*state.store,
|
||||
merchant_id.to_string(),
|
||||
mca_id.clone(),
|
||||
mca_id.to_string(),
|
||||
)
|
||||
},
|
||||
auth::auth_type(&auth::ApiKeyAuth, &auth::JWTAuth, req.headers()),
|
||||
|
||||
Reference in New Issue
Block a user