Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098744
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
Thu, Aug 14, 4:56 AM
Size
857 B
Mime Type
text/x-diff
Expires
Fri, Aug 15, 4:56 AM (3 h, 23 m)
Engine
blob
Format
Raw Data
Handle
710357
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