feat(address): add email field to address (#3682)

This commit is contained in:
Narayan Bhat
2024-02-22 16:18:27 +05:30
committed by GitHub
parent d000847b93
commit 863e380cf2
39 changed files with 112 additions and 5 deletions

View File

@ -108,6 +108,7 @@ pub async fn construct_payout_router_data<'a, F>(
api_models::payments::Address {
phone: Some(phone_details),
address: Some(address_details),
email: a.email.to_owned().map(Email::from),
}
}),
};