Skip to content

Commit

Permalink
Added todo for translation and remove item from string identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
neelSharma12 committed Feb 4, 2025
1 parent 796533d commit ce0a1a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AdyenComponents/PayTo/PayToComponent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ public final class PayToComponent: PaymentComponent,
PresentableComponent {

private enum ViewIdentifier {
static let flowSelectionTitleLabelItem = "flowSelectionTitleLabelItem"
static let flowSelectionItem = "flowSelectionSegmentedControlItem"
static let flowSelectionTitleLabelItem = "flowSelectionTitleLabel"
static let flowSelectionItem = "flowSelectionSegmentedControl"
static let continueButtonItem = "continueButton"
}

Expand Down Expand Up @@ -61,6 +61,7 @@ public final class PayToComponent: PaymentComponent,

/// The payment flow selection title label item.
internal lazy var flowSelectionTitleLabelItem: FormLabelItem = {
// TODO: Add translation
let item = FormLabelItem(
text: "How would you like to use Payto?",
style: configuration.style.footnoteLabel
Expand Down

0 comments on commit ce0a1a6

Please sign in to comment.