mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
refactor(address): change address to domain address in application (#6608)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -80,7 +80,7 @@ pub async fn save_payment_method<FData>(
|
||||
payment_method_type: Option<storage_enums::PaymentMethodType>,
|
||||
key_store: &domain::MerchantKeyStore,
|
||||
billing_name: Option<Secret<String>>,
|
||||
payment_method_billing_address: Option<&api::Address>,
|
||||
payment_method_billing_address: Option<&hyperswitch_domain_models::address::Address>,
|
||||
business_profile: &domain::Profile,
|
||||
mut original_connector_mandate_reference_id: Option<ConnectorMandateReferenceId>,
|
||||
) -> RouterResult<SavePaymentMethodDataResponse>
|
||||
|
||||
Reference in New Issue
Block a user