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.
RefundSubmissionProtocol
1 parent 085bf11 commit e132509Copy full SHA for e132509
WooCommerce/Classes/ViewRelated/Orders/Refund/RefundSubmissionUseCase.swift
@@ -3,8 +3,8 @@ import Combine
3
import Yosemite
4
import protocol Storage.StorageManagerType
5
6
-/// Protocol to abstract the `CollectOrderPaymentUseCase`.
7
-/// Currently only used to facilitate unit tests.
+/// Protocol to abstract the `RefundSubmissionUseCase`.
+/// TODO: 5983 - Use this to facilitate unit tests.
8
///
9
protocol RefundSubmissionProtocol {
10
/// Starts the refund submission flow.
0 commit comments