Index: branches/5.2.x/units/order_items/order_items_config.php =================================================================== diff -u -N -r14717 -r15719 --- branches/5.2.x/units/order_items/order_items_config.php (.../order_items_config.php) (revision 14717) +++ branches/5.2.x/units/order_items/order_items_config.php (.../order_items_config.php) (revision 15719) @@ -1,6 +1,6 @@ Array ('type' => 'double', 'default' => NULL), 'ShippingTypeId' => Array ('type' => 'string', 'default' => NULL), 'ItemData' => Array('type' => 'string','default' => null), - 'OptionsSalt' => Array('type' => 'int', 'default' => 0), + 'OptionsSalt' => Array('type' => 'string', 'default' => 0), 'SplitShippingGroup' => Array('type' => 'int', 'not_null' => 1, 'default' => 0,), 'PackageNum' => Array('type' => 'int', 'not_null' => 1, 'default' => 0,), 'ReturnType' => Array (