feat(utils): add iso representation for each state for european countries (#7273)

This commit is contained in:
Sakil Mostak
2025-02-15 20:39:26 +05:30
committed by GitHub
parent 0d5c6faae0
commit c337be66f9
6 changed files with 4791 additions and 4 deletions

View File

@ -7036,7 +7036,10 @@ pub async fn payment_external_authentication<F: Clone + Sync>(
let billing_address = helpers::create_or_find_address_for_payment_by_request(
&state,
None,
payment_intent.billing_address_id.as_deref(),
payment_attempt
.payment_method_billing_address_id
.as_deref()
.or(payment_intent.billing_address_id.as_deref()),
merchant_id,
payment_intent.customer_id.as_ref(),
&key_store,