mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-12-10 07:48:07 +08:00
refactor: use business profile domain models instead of diesel models (#5566)
This commit is contained in:
@@ -1000,7 +1000,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>(
|
||||
merchant_account: domain::MerchantAccount,
|
||||
business_profile: diesel_models::business_profile::BusinessProfile,
|
||||
business_profile: domain::BusinessProfile,
|
||||
key_store: &domain::MerchantKeyStore,
|
||||
payment_data: crate::core::payments::PaymentData<F>,
|
||||
customer: Option<domain::Customer>,
|
||||
|
||||
Reference in New Issue
Block a user