mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +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:
@ -71,7 +71,7 @@ pub trait Feature<F, T> {
|
||||
connector: &api::ConnectorData,
|
||||
call_connector_action: payments::CallConnectorAction,
|
||||
connector_request: Option<services::Request>,
|
||||
business_profile: &domain::BusinessProfile,
|
||||
business_profile: &domain::Profile,
|
||||
header_payload: api_models::payments::HeaderPayload,
|
||||
) -> RouterResult<Self>
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user