Index: branches/5.0.x/in-commerce/units/payment_type/payment_type_config.php =================================================================== diff -u -r12674 -r12699 --- branches/5.0.x/in-commerce/units/payment_type/payment_type_config.php (.../payment_type_config.php) (revision 12674) +++ branches/5.0.x/in-commerce/units/payment_type/payment_type_config.php (.../payment_type_config.php) (revision 12699) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options_sql' => 'SELECT %s FROM '.TABLE_PREFIX.'Gateways', 'option_key_field' => 'GatewayId', 'option_title_field' => 'Name', 'default' => 1, 'not_null' => 1), 'PlacedOrdersEdit' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'ProcessingFee' => Array ('type' => 'double', 'formatter' => 'kFormatter', 'format' => '%.02f', 'not_null' => '1', 'default' => '0.00'), - 'PortalGroups' => Array ('type' => 'string', 'not_null' => 1, 'default' => '',), + 'PortalGroups' => Array ('type' => 'string', 'default' => NULL), ), /* 'VirtualFields' => Array ( 'Qty' => 1,