X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_wernis.php;h=9f1fa093f5a5c6ccc5d0d5f840229abc0c7fde43;hb=e79e1454e88271e35086963a0422a51cc243e67a;hp=5df7fb6ad77ac170bda3522714631d4aa1f236d3;hpb=60494e212a67fe360bfbb481eb4928480a6f379b;p=mailer.git 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'],