mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
feat(business_profile): feature add a config to use billing as payment_method_billing (#4557)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -117,7 +117,7 @@ pub async fn construct_payout_router_data<'a, F>(
|
||||
}
|
||||
});
|
||||
|
||||
let address = PaymentAddress::new(None, billing_address, None);
|
||||
let address = PaymentAddress::new(None, billing_address, 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