Remove postpay hybrid. Since postpay non mf are all removed, removed old cookie logic as well.

This commit is contained in:
Pfeil, Scott Robert 2018-02-06 13:31:56 -05:00
parent 835808843f
commit b9fcdf4ad5

View File

@ -12,9 +12,7 @@
typedef NS_ENUM(NSInteger, MVMAppContext) { typedef NS_ENUM(NSInteger, MVMAppContext) {
MVMAppContextNone = 0, MVMAppContextNone = 0,
MVMAppContextMF, MVMAppContextMF,
MVMAppContextMVMLegacy,
MVMAppContextMFPrepay, MVMAppContextMFPrepay,
MVMAppContextHybrid,
MVMAppContextHybridPrepay, MVMAppContextHybridPrepay,
MVMAppContextContentTransfer MVMAppContextContentTransfer
}; };