mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +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:
		| @ -108,7 +108,7 @@ pub async fn construct_payout_router_data<'a, F>( | ||||
|         } | ||||
|     }); | ||||
|  | ||||
|     let address = PaymentAddress::new(None, billing_address, None, None); | ||||
|     let address = PaymentAddress::new(None, billing_address.map(From::from), None, None); | ||||
|  | ||||
|     let test_mode: Option<bool> = merchant_connector_account.is_test_mode_on(); | ||||
|     let payouts = &payout_data.payouts; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Narayan Bhat
					Narayan Bhat