Merge branch 'feature/postpay_base_change' into 'develop'

convert URLProdPostpayBase

See merge request BPHV_MIPS/mvm_core!54
This commit is contained in:
Pan, Xinlei (Ryan) 2020-02-14 14:04:57 -05:00
commit 4d4fb644a7

View File

@ -18,7 +18,7 @@ NSString * const ParameterMDN = @"mdn";
#pragma mark - URL MFConstants
// Server URLs
NSString * const URLProdPostpayBase = @"https://mobile.vzw.com";
NSString * const URLProdPostpayBase = @"https://mobile-exp.vzw.com";
NSString * const URLComponentPrepayNativeServer = @"mfPrepaySS";
NSString * const URLComponentNativeServer = @"mobileFirstSS";