Skip to content

Commit e132509

Browse files
committed
Update comment about RefundSubmissionProtocol.
1 parent 085bf11 commit e132509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/ViewRelated/Orders/Refund/RefundSubmissionUseCase.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import Combine
33
import Yosemite
44
import protocol Storage.StorageManagerType
55

6-
/// Protocol to abstract the `CollectOrderPaymentUseCase`.
7-
/// Currently only used to facilitate unit tests.
6+
/// Protocol to abstract the `RefundSubmissionUseCase`.
7+
/// TODO: 5983 - Use this to facilitate unit tests.
88
///
99
protocol RefundSubmissionProtocol {
1010
/// Starts the refund submission flow.

0 commit comments

Comments
 (0)