Remove postpay hybrid. Since postpay non mf are all removed, removed old cookie logic as well.
This commit is contained in:
parent
835808843f
commit
b9fcdf4ad5
@ -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
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user