mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
refactor: Rename business profile to profiles in api, diesel, domain, interface and error types (#5877)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1077,7 +1077,7 @@ pub fn check_if_pull_mechanism_for_external_3ds_enabled_from_connector_metadata(
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub async fn trigger_payments_webhook<F, Op, D>(
|
||||
merchant_account: domain::MerchantAccount,
|
||||
business_profile: domain::BusinessProfile,
|
||||
business_profile: domain::Profile,
|
||||
key_store: &domain::MerchantKeyStore,
|
||||
payment_data: D,
|
||||
customer: Option<domain::Customer>,
|
||||
@ -1096,7 +1096,7 @@ where
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub async fn trigger_payments_webhook<F, Op, D>(
|
||||
merchant_account: domain::MerchantAccount,
|
||||
business_profile: domain::BusinessProfile,
|
||||
business_profile: domain::Profile,
|
||||
key_store: &domain::MerchantKeyStore,
|
||||
payment_data: D,
|
||||
customer: Option<domain::Customer>,
|
||||
|
||||
Reference in New Issue
Block a user