Skip to content

Commit

Permalink
Merge pull request #8683 from kaltura/Orion-15.4.0-REACH2-659
Browse files Browse the repository at this point in the history
REACH2-659: Add 5 days TAT option
  • Loading branch information
yossipapi committed Jul 31, 2019
2 parents 7bb66cb + 8247f65 commit aa5c270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin_console/configs/lang/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,7 @@
'Kaltura_Client_Reach_Enum_VendorServiceTurnAroundTime::TWENTY_FOUR_HOURS' => 'TWENTY_FOUR_HOURS',
'Kaltura_Client_Reach_Enum_VendorServiceTurnAroundTime::FORTY_EIGHT_HOURS' => 'FORTY_EIGHT_HOURS',
'Kaltura_Client_Reach_Enum_VendorServiceTurnAroundTime::FOUR_DAYS' => 'FOUR_DAYS',
'Kaltura_Client_Reach_Enum_VendorServiceTurnAroundTime::FIVE_DAYS' => 'FIVE_DAYS',
'Kaltura_Client_Reach_Enum_VendorServiceTurnAroundTime::TEN_DAYS' => 'TEN_DAYS',

'Kaltura_Client_Reach_Type_VendorCatalogItemPricing' => "Default Pricing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ interface VendorServiceTurnAroundTime extends BaseEnum
const TWENTY_FOUR_HOURS = 86400;
const FORTY_EIGHT_HOURS = 172800;
const FOUR_DAYS = 345600;
const FIVE_DAYS = 432000;
const TEN_DAYS = 864000;
}

0 comments on commit aa5c270

Please sign in to comment.