refactor(router): add camel_case for the applepay request (#2172)

This commit is contained in:
Prajjwal Kumar
2023-09-15 16:33:22 +05:30
committed by GitHub
parent 15418a6d0f
commit 4c36fcb34f
3 changed files with 139 additions and 9 deletions

View File

@ -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()),