Skip to content

Commit 34177e4

Browse files
committed
Merge branch 'trunk' into woomob-250-woo-pos-fix-checkstorecouponsettings-to-be-used-without
2 parents 26b6249 + 64c61f8 commit 34177e4

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
swiftlint_version: 0.55.1
1+
swiftlint_version: 0.54.0
22

33
excluded:
44
- DerivedData

Yosemite/Yosemite/PointOfSale/PointOfSaleCouponService.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ private extension PointOfSaleCouponService {
111111
}
112112

113113
private func checkStoreCouponSettings() async -> Bool {
114+
// TODO: WOOMOB-250
114115
return true
115116
}
116117
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@testable import Yosemite
2+
3+
final class MockSettingStoreMethods: SettingStoreMethodsProtocol {
4+
5+
}

0 commit comments

Comments
 (0)