refactor(router): changed the storage of applepay_verified_domains from business_profile to merchant_connector_account table (#2147)

This commit is contained in:
Prajjwal Kumar
2023-09-13 19:34:35 +05:30
committed by GitHub
parent a09b7428e7
commit caa385a5a6
15 changed files with 97 additions and 88 deletions

View File

@ -676,6 +676,7 @@ pub async fn create_payment_connector(
None => None,
},
profile_id: Some(profile_id.clone()),
applepay_verified_domains: None,
};
let mca = state
@ -837,6 +838,7 @@ pub async fn update_payment_connector(
}
None => None,
},
applepay_verified_domains: None,
};
let updated_mca = db