mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(address): add payment method billing details (#3812)
This commit is contained in:
@ -112,8 +112,8 @@ pub async fn create_link_token(
|
||||
&*state.store,
|
||||
pi.billing_address_id.clone(),
|
||||
&key_store,
|
||||
pi.payment_id.clone(),
|
||||
merchant_account.merchant_id.clone(),
|
||||
&pi.payment_id,
|
||||
&merchant_account.merchant_id,
|
||||
merchant_account.storage_scheme,
|
||||
)
|
||||
.await
|
||||
@ -678,8 +678,8 @@ pub async fn retrieve_payment_method_from_auth_service(
|
||||
&*state.store,
|
||||
payment_intent.billing_address_id.clone(),
|
||||
key_store,
|
||||
payment_intent.payment_id.clone(),
|
||||
merchant_account.merchant_id.clone(),
|
||||
&payment_intent.payment_id,
|
||||
&merchant_account.merchant_id,
|
||||
merchant_account.storage_scheme,
|
||||
)
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user