Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F726885
D74.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jan 6, 2:24 AM
Size
857 B
Mime Type
text/x-diff
Expires
Tue, Jan 7, 2:24 AM (2 d, 20 h ago)
Engine
blob
Format
Raw Data
Handle
536974
Attached To
D74: MINC-124 - Use correct phrase in order "TransactionStatus" field's options
D74.diff
View Options
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
+ );
Event Timeline
Log In to Comment