From 4295a8ba8cb41a3a9957ddae6c0b3aee2ec962b9 Mon Sep 17 00:00:00 2001 From: Delfi89 Date: Sun, 7 Oct 2018 12:57:02 +0300 Subject: [PATCH] Add new FK ips --- src/Merchant.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Merchant.php b/src/Merchant.php index 4191653..31996c1 100644 --- a/src/Merchant.php +++ b/src/Merchant.php @@ -74,18 +74,19 @@ class Merchant extends Component /** @var string Default interface language, possible values - ru / en */ public $defaultLanguage = 'ru'; - + /** * @var integer Default suggested currencyID, use only FreeKassa IDs */ public $defaultCurrency; - + /** * Array of Free Kassa servers IPs * Set to null, if you want to prevent IP check * @var array */ - public $systemIPs = ['136.243.38.147', '136.243.38.149', '136.243.38.150', '136.243.38.151', '136.243.38.189']; + public $systemIPs = ['136.243.38.147', '136.243.38.149', '136.243.38.150', '136.243.38.151', + '136.243.38.189', '88.198.88.98', '136.243.38.108']; /** @var string used for creating the hash to send merchant form (in API doc see 'secret1') */ public $merchantFormSecret;