Index: branches/5.2.x/units/orders/orders_config.php =================================================================== --- branches/5.2.x/units/orders/orders_config.php +++ branches/5.2.x/units/orders/orders_config.php @@ -451,7 +451,7 @@ 'TransactionStatus' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', - 'options' => Array (0 => 'la_opt_Invalid', 1 => 'la_opt_Verified', 2 => 'la_opt_Penging'), + 'options' => Array (0 => 'la_opt_Invalid', 1 => 'la_opt_Verified', 2 => 'la_opt_Pending'), 'use_phrases' =>1, 'not_null' => 1, 'default' => 2, ), 'GWResult1' => Array ('type' => 'string', 'formatter' => 'kSerializedFormatter', 'default' => NULL), @@ -591,4 +591,4 @@ ), ), ), - ); \ No newline at end of file + );