Merge pull request #4 in BPHVB/mvm_core from feature/remove_postpay_hybrid to develop
* commit 'b9fcdf4ad57fa1ba3629fb400d02782ca9c05db2': Remove postpay hybrid. Since postpay non mf are all removed, removed old cookie logic as well.
This commit is contained in:
commit
0a9baf189b
@ -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