Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erenbesel committed Feb 21, 2025
1 parent 2b2b295 commit 2d981d0
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -342,7 +342,7 @@ public final class PayToComponent: PaymentComponent,
addTopItems(to: formViewController)
formViewController.append(FormSpacerItem(numberOfSpaces: 2))

addDynamicitems(to: formViewController)
addDynamicItems(to: formViewController)
addBottomItems(to: formViewController)

// continue button last
Expand Down Expand Up @@ -423,7 +423,7 @@ private extension PayToComponent {
add(topItems, to: formViewController, spacing: 1)
}

func addDynamicitems(to formViewController: FormViewController) {
func addDynamicItems(to formViewController: FormViewController) {
add(
payIdDynamicItems,
to: formViewController,
Expand Down
1 change: 1 addition & 0 deletions spell-check-word-allow-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,4 @@ whiteList:
- payto
- abn
- firstname
- bsb

0 comments on commit 2d981d0

Please sign in to comment.