We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9380bed commit 15585d6Copy full SHA for 15585d6
WooCommerce/Classes/ViewModels/CardPresentPayments/CardPresentModalError.swift
@@ -5,7 +5,7 @@ final class CardPresentModalError: CardPresentPaymentsModalViewModel {
5
/// A closure to execute when the primary button is tapped
6
private let primaryAction: () -> Void
7
8
- /// A closure to execute when the secondary button is tapped to dismiss the modal
+ /// A closure to execute after the secondary button is tapped to dismiss the modal
9
private let dismissCompletion: () -> Void
10
11
let textMode: PaymentsModalTextMode = .reducedBottomInfo
0 commit comments