|
@@ -950,7 +950,7 @@ static VerificationManager *__verificationManager = nil;
|
|
|
|
|
|
#pragma mark - Test
|
|
|
|
|
|
-#if DUBUG
|
|
|
+#if DEBUG
|
|
|
@implementation VerificationManager (Test)
|
|
|
|
|
|
- (void)updateVerificationStatus {
|
|
@@ -975,8 +975,6 @@ static VerificationManager *__verificationManager = nil;
|
|
|
subValue = @"expired";
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
NSMutableDictionary *dict = [NSMutableDictionary dictionaryWithDictionary:self.detailInfo];
|
|
|
dict[@"subscription"][@"status"] = subValue;
|
|
|
dict[@"device"][@"status"] = deviceValue;
|