mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat(payout_link): add localisation support for payout link's templates (#5552)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -142,6 +142,7 @@ where
|
||||
let link_type = (boxed_generic_link_data).data.to_string();
|
||||
match services::generic_link_response::build_generic_link_html(
|
||||
boxed_generic_link_data.data,
|
||||
boxed_generic_link_data.locale,
|
||||
) {
|
||||
Ok(rendered_html) => api::http_response_html_data(rendered_html, None),
|
||||
Err(_) => {
|
||||
|
||||
Reference in New Issue
Block a user