fix(core): populate billing_address for payment with pm_id (#6411)

This commit is contained in:
Sakil Mostak
2024-10-24 20:57:46 +05:30
committed by GitHub
parent ecaf700996
commit 8e58b56b43
3 changed files with 5 additions and 2 deletions

View File

@ -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")?;