update crypto joys version

This commit is contained in:
vtretyakov
2018-03-14 18:09:40 +07:00
parent 3aa06122dc
commit a27ee31f1c
13 changed files with 82 additions and 41 deletions

View File

@@ -52,15 +52,15 @@
@"appTitle" : @"Autobonus",
@"showBonus" : @NO,
},
@"com.dinect.checker.dinect" : @{
@"com.dinect.checker.crypto" : @{
@"locale" : @"ru",
@"flavor" : @"crypto",
@"currency" : @643,
@"supportPhone" : @"support@dinect.com",
@"supportUrl" : @"http://www.dinect.com",
@"endPoint" : @"https://pos-api.dinect.com/20130701/",
@"endPoint" : @"https://pos-api-crypto-int.dinect.com/20130701/",
@"appToken" : @"bdea0f3ba9034b688019a7cac753d1209e2b227f",
@"appTitle" : @"Crypto",
@"appTitle" : @"Joys",
@"showBonus" : @YES,
},
@"com.dinect.checker.pip" : @{
@@ -74,17 +74,6 @@
@"appTitle" : @"PIP",
@"showBonus" : @YES,
},
@"com.dinect.checker.crypto" : @{
@"locale" : @"ru",
@"flavor" : @"crypto",
@"currency" : @643,
@"supportPhone" : @"8-800-77-55-032",
@"supportUrl" : @"http://www.dinect.com",
@"endPoint" : @"https://pos-api-int.dinect.com/20130701/",
@"appToken" : @"9fec83cdca38c357e6b65dbb17514cdd36bf2a08",
@"appTitle" : @"Dinect Crypto",
@"showBonus" : @NO,
},
};
NSDictionary *buildSettings = settings[bundleIdentifier];