Skip to content

Commit

Permalink
Add new FK ips
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelfi committed Oct 7, 2018
1 parent 77774eb commit 4295a8b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Merchant.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4295a8b

Please sign in to comment.