Skip to content

Commit 44b6d16

Browse files
Merge pull request #231 from checkout/hotfix/PIMOB-2123_info_text_issue_cardholdername_in_theming
PIMOB:2123: info text issue for cardholdername in theming capabilities
2 parents 4b9d354 + 1853e7c commit 44b6d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frames/src/main/java/com/checkout/frames/mapper/theme/PaymentDetailsStyleMapper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ internal class PaymentDetailsStyleMapper : Mapper<PaymentFormTheme, PaymentDetai
233233
this.copy(
234234
titleStyle = titleStyle.provideTitleStyle(component, from),
235235
subtitleStyle = subtitleStyle.provideSubTitleStyle(component, from),
236-
infoStyle = infoStyle.provideInfoStyle(component, from),
236+
infoStyle = component.infoTextId?.let { infoStyle.provideInfoStyle(component, from) },
237237
inputFieldStyle = provideInputFieldStyle(from),
238238
errorMessageStyle = errorMessageStyle.provideErrorMessageStyle(from),
239239
isInputFieldOptional = component.isFieldOptional

0 commit comments

Comments
 (0)