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:
Narayan Bhat
2024-12-04 15:02:43 +05:30
committed by GitHub
parent fa21ef892d
commit 938b2a898e
69 changed files with 412 additions and 236 deletions

View File

@ -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>