From 249e70cf6a2e10136d390c11adec3f9b096feacc Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Tue, 6 Jul 2021 10:39:37 +0300 Subject: [PATCH] add real yandex pay --- app/confg.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/confg.php b/app/confg.php index d91e5aa..29af07b 100644 --- a/app/confg.php +++ b/app/confg.php @@ -32,14 +32,14 @@ define('API', 'http://api.argumenti.ru/'); define('IMGSRV', 'https://imgurl.argumenti.ru/'); /* тестовый магазин ЮКАССА */ -if (SITE == 'http://vklan.argumenti.ru/'){ +//if (SITE == 'http://vklan.argumenti.ru/'){ define('YID', '767032'); // магазин АН define('YKEY', 'live_fS8znRxo23zYD9I3rkeH3yDYhtpQmh3i5Lbf73QCW3I'); -} -else { - define('YID', '812455'); - define('YKEY', 'test_7asbXctnircUsmb_DhtYWSfxMiWzPgJBDF7OoZ0XfvQ'); -} +//} +//else { +// define('YID', '812455'); +// define('YKEY', 'test_7asbXctnircUsmb_DhtYWSfxMiWzPgJBDF7OoZ0XfvQ'); +//} define('LOGDIR', SITEPATH.'logs/'); // папка куда падают логи