mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
fix(core): populate billing_address for payment with pm_id (#6411)
This commit is contained in:
@ -180,6 +180,7 @@ where
|
||||
payment_method_type,
|
||||
&customer_id.clone(),
|
||||
billing_name,
|
||||
payment_method_billing_address,
|
||||
)
|
||||
.await?;
|
||||
let customer_id = customer_id.to_owned().get_required_value("customer_id")?;
|
||||
|
||||
Reference in New Issue
Block a user