refactor(customer_v2): fixed customer_v2 create panic issue (#5699)

This commit is contained in:
Sahkal Poddar
2024-08-28 13:42:41 +05:30
committed by GitHub
parent 53b3163881
commit c555a88c67
24 changed files with 325 additions and 82 deletions

View File

@ -311,7 +311,7 @@ pub async fn render_pm_collect_link(
publishable_key: masking::Secret::new(merchant_account.publishable_key),
client_secret: link_data.client_secret.clone(),
pm_collect_link_id: pm_collect_link.link_id,
customer_id: customer.get_customer_id(),
customer_id: customer.customer_id,
session_expiry: pm_collect_link.expiry,
return_url: pm_collect_link.return_url,
ui_config: ui_config_data,