convert URLProdPostpayBase

This commit is contained in:
Hedden, Kyle Matthew 2020-02-14 14:04:57 -05:00 committed by Pan, Xinlei (Ryan)
parent 95a055d1ae
commit de6d87998e

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";