X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_wernis.php;h=9f1fa093f5a5c6ccc5d0d5f840229abc0c7fde43;hp=5df7fb6ad77ac170bda3522714631d4aa1f236d3;hb=ed8c755a84537d8558eb73b83046765a2dea3d12;hpb=302284be34ec6342a279566e1167837033c6fd62 diff --git a/inc/modules/admin/what-config_wernis.php b/inc/modules/admin/what-config_wernis.php index 5df7fb6ad7..9f1fa093f5 100644 --- a/inc/modules/admin/what-config_wernis.php +++ b/inc/modules/admin/what-config_wernis.php @@ -55,7 +55,8 @@ if (isset($_POST['ok'])) { } else { // Prepare data for template output $content = array( - 'min_amount' => bigintval($_CONFIG['wernis_min_amount']), + 'min_payout' => bigintval($_CONFIG['wernis_min_payout']), + 'min_withdraw' => bigintval($_CONFIG['wernis_min_withdraw']), 'api_id' => bigintval($_CONFIG['wernis_api_id']), 'api_md5' => $_CONFIG['wernis_api_md5'], 'api_url' => $_CONFIG['wernis_api_url'],