Skip to content

Commit

Permalink
fixing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Guretzki committed Nov 8, 2024
1 parent ba75067 commit 1b2d7b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AdyenComponents/PayByBank/US/PayByBankUSComponent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation
import UIKit

/// A component that handles a Twint payment.
/// A component that handles a Pay by Bank US payment.
public final class PayByBankUSComponent: PaymentComponent, PresentableComponent {

/// The context object for this component.
Expand Down Expand Up @@ -60,9 +60,9 @@ public final class PayByBankUSComponent: PaymentComponent, PresentableComponent

// MARK: - Initializers

/// Initializes the Twint component.
/// Initializes the Pay by Bank US component.
///
/// - Parameter paymentMethod: The Twint payment method.
/// - Parameter paymentMethod: The Pay by Bank US payment method.
/// - Parameter context: The context object for this component.
/// - Parameter configuration: The configuration for the component.
public init(
Expand Down

0 comments on commit 1b2d7b2

Please sign in to comment.