Skip to content

Commit

Permalink
Fixed VoucherComponent doc (#1970)
Browse files Browse the repository at this point in the history
# Summary

Corrected the internal doc of VoucherComponent.

# Ticket

<ticket>
COIOS-000
</ticket>
  • Loading branch information
neelSharma12 authored Jan 29, 2025
2 parents e7007e2 + faeab79 commit 42224aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions AdyenActions/Components/Voucher/VoucherComponent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ public final class VoucherComponent: AnyVoucherActionHandler, ShareableComponent
)
}

/// Initializes the `AwaitComponent`.
/// Initializes the `VoucherComponent`.
/// - Parameter context: The context object for this component.
/// - Parameter awaitComponentBuilder: The payment method specific await action handler provider.
/// - Parameter style: The Component UI style.
/// - Parameter voucherShareableViewProvider: Provides view for this component.
/// - Parameter configuration: The voucher component configurations.
/// - Parameter passProvider: Object to save the voucher pass in the AppleWallet.
internal init(
context: AdyenContext,
voucherShareableViewProvider: AnyVoucherShareableViewProvider?,
Expand Down

0 comments on commit 42224aa

Please sign in to comment.