Skip to content

Commit

Permalink
Merge pull request #231 from checkout/hotfix/PIMOB-2123_info_text_iss…
Browse files Browse the repository at this point in the history
…ue_cardholdername_in_theming

PIMOB:2123: info text issue for cardholdername in theming capabilities
  • Loading branch information
chintan-soni-cko authored Aug 30, 2023
2 parents 4b9d354 + 1853e7c commit 44b6d16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ internal class PaymentDetailsStyleMapper : Mapper<PaymentFormTheme, PaymentDetai
this.copy(
titleStyle = titleStyle.provideTitleStyle(component, from),
subtitleStyle = subtitleStyle.provideSubTitleStyle(component, from),
infoStyle = infoStyle.provideInfoStyle(component, from),
infoStyle = component.infoTextId?.let { infoStyle.provideInfoStyle(component, from) },
inputFieldStyle = provideInputFieldStyle(from),
errorMessageStyle = errorMessageStyle.provideErrorMessageStyle(from),
isInputFieldOptional = component.isFieldOptional
Expand Down

0 comments on commit 44b6d16

Please sign in to comment.