A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / inc / modules / admin / what-config_primera.php
index b1d8d571300a1a8b1eeddf65b7a79b0f5f081c8b..41f9c03001ff4e37b71d20f66e366c525bc4a779 100644 (file)
@@ -62,10 +62,10 @@ if (IS_FORM_SENT()) {
 }  else {
        // Prepare data for template output
        $content = array(
-               'min_payout'    => getConfig(('primera_min_payout')),
-               'min_withdraw'  => getConfig(('primera_min_withdraw')),
+               'min_payout'            => getConfig(('primera_min_payout')),
+               'min_withdraw'          => getConfig(('primera_min_withdraw')),
                'api_name'              => getConfig('primera_api_name'),
-               'api_md5'               => getConfig('primera_api_md5'),
+               'api_md5'                       => getConfig('primera_api_md5'),
                'refid'                 => getConfig('primera_refid')
        );