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:
Pfeil, Scott Robert 2018-02-06 14:37:30 -05:00
commit 0a9baf189b

View File

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