Index: branches/5.0.x/in-commerce/units/gateways/gateways_config.php =================================================================== diff -u -r12674 -r12699 --- branches/5.0.x/in-commerce/units/gateways/gateways_config.php (.../gateways_config.php) (revision 12674) +++ branches/5.0.x/in-commerce/units/gateways/gateways_config.php (.../gateways_config.php) (revision 12699) @@ -1,6 +1,6 @@ Array('type' => 'string', 'not_null' => 1, 'default' => 0, ), 'FieldName' => Array('type' => 'string', 'required' => true, 'max_len' => 100, 'not_null' => 1, 'default' => 0, ), 'ElementType' => Array('type' => 'string', 'not_null' => 1, 'default' => 0, ), - 'ValueList' => Array('type' => 'string', 'not_null' => 1, 'default' => 0, ), + 'ValueList' => Array('type' => 'string', 'default' => NULL), 'GatewayId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0, ), ),