From b9fcdf4ad57fa1ba3629fb400d02782ca9c05db2 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Tue, 6 Feb 2018 13:31:56 -0500 Subject: [PATCH] Remove postpay hybrid. Since postpay non mf are all removed, removed old cookie logic as well. --- MVMCore/MVMCore/Constants/MVMCoreConstants.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/MVMCore/MVMCore/Constants/MVMCoreConstants.h b/MVMCore/MVMCore/Constants/MVMCoreConstants.h index aa44293..9774912 100644 --- a/MVMCore/MVMCore/Constants/MVMCoreConstants.h +++ b/MVMCore/MVMCore/Constants/MVMCoreConstants.h @@ -12,9 +12,7 @@ typedef NS_ENUM(NSInteger, MVMAppContext) { MVMAppContextNone = 0, MVMAppContextMF, - MVMAppContextMVMLegacy, MVMAppContextMFPrepay, - MVMAppContextHybrid, MVMAppContextHybridPrepay, MVMAppContextContentTransfer };