[FIX] typo in config
This commit is contained in:
parent
05bd929dfd
commit
19697443f5
@ -78,10 +78,11 @@ $config['price']['currency'] = 'USD';
|
|||||||
$config['ap_threshold']['min'] = 1;
|
$config['ap_threshold']['min'] = 1;
|
||||||
$config['ap_threshold']['max'] = 250;
|
$config['ap_threshold']['max'] = 250;
|
||||||
|
|
||||||
/* Minimum manual Payout Threshold
|
/**
|
||||||
* Minimum manual payout amount
|
* Minimum manual Payout Threshold
|
||||||
* https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-manual-payout-threshold
|
* Minimum manual payout amount
|
||||||
**/
|
* https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-manual-payout-threshold
|
||||||
|
**/
|
||||||
$config['mp_threshold'] = 1;
|
$config['mp_threshold'] = 1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user