File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Yosemite/Yosemite/Actions Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,14 @@ public enum AppSettingsAction: Action {
152152 ///
153153 case loadProductSKUInputScannerFeatureSwitchState( onCompletion: ( Result < Bool , Error > ) -> Void )
154154
155+ /// Sets the state for the Coupon Management beta feature switch.
156+ ///
157+ case setCouponManagementFeatureSwitchState( isEnabled: Bool , onCompletion: ( Result < Void , Error > ) -> Void )
158+
159+ /// Loads the most recent state for the Coupon Management beta feature switch
160+ ///
161+ case loadCouponManagementFeatureSwitchState( onCompletion: ( Result < Bool , Error > ) -> Void )
162+
155163 /// Remember the given card reader (to support automatic reconnection)
156164 /// where `cardReaderID` is a String e.g. "CHB204909005931"
157165 ///
You can’t perform that action at this time.
0 commit comments