Skip to content

Commit

Permalink
Fixed spell check job
Browse files Browse the repository at this point in the history
  • Loading branch information
neelSharma12 committed Feb 13, 2025
1 parent a7cbd09 commit f1cc893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AdyenComponents/PayTo/PayToComponent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public final class PayToComponent: PaymentComponent,
}
}

public var identifer: String {
public var identifier: String {
switch self {
case .phone:
return "phone"
Expand Down Expand Up @@ -169,7 +169,7 @@ public final class PayToComponent: PaymentComponent,
/// The identifier picker item.
internal lazy var identifierPickerItem: FormIdentifierPickerItem = {
let selectableValues = AccountIdentifiers.allCases.map { accountIdentifier in
FormIdentifierPickerElement(identifier: accountIdentifier.identifer, title: accountIdentifier.description)
FormIdentifierPickerElement(identifier: accountIdentifier.identifier, title: accountIdentifier.description)
}

let item = FormIdentifierPickerItem(
Expand Down

0 comments on commit f1cc893

Please sign in to comment.