From a96760e560b9774fafde0924c18fc822fd957893 Mon Sep 17 00:00:00 2001 From: vtretyakov Date: Wed, 29 May 2019 18:43:25 +0700 Subject: [PATCH] fix appid for ios RACIB --- ios/Runner/AppDelegate.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/Runner/AppDelegate.m b/ios/Runner/AppDelegate.m index 7c0de80..0900926 100644 --- a/ios/Runner/AppDelegate.m +++ b/ios/Runner/AppDelegate.m @@ -85,12 +85,12 @@ @"appTitle" : @"POSapp Joys INT", @"showBonus" : @YES, }, - @"digital.joys.checker.racib" : @{ + @"com.tsifrovyeplatezhi.racibclub.checker" : @{ @"locale" : @"ru", @"flavor" : @"racib", @"currency" : @643, - @"supportPhone" : @"support@dinect.com", - @"supportUrl" : @"http://www.dinect.com", + @"supportPhone" : @"support-racib@joys.digital", + @"supportUrl" : @"https://racib.joys.digital/merchants/", @"endPoint" : @"https://pos.api.racib.joys.digital/20130701/", @"appToken" : @"9fec83cdca38c357e6b65dbb17514cdd36bf2a08", @"appTitle" : @"RACIB Checker",