Merge branch 'development' into 'master'

Rename pricing options

See merge request saburly/wiaas/new-wiaas!91
This commit was merged in pull request #91.
This commit is contained in:
Almira
2019-01-07 11:12:15 +00:00

View File

@@ -15,7 +15,7 @@ class Wiaas_Package_Pricing {
*/
private static $pay_types = array(
'purchase' => array(
'title' => 'Purchase',
'title' => 'Purchase and monthly agreements',
'package_pay_period' => 0,
'services_contract_period' => 0,
'max_contract_period' => 36,
@@ -23,14 +23,14 @@ class Wiaas_Package_Pricing {
'labe'
),
'purchase_24' => array(
'title' => 'Purchase with 24M commitment',
'title' => 'Purchase and 36 month agreements',
'package_pay_period' => 0,
'services_contract_period' => 24,
'max_contract_period' => 36,
'period_unit' => 'month'
),
'managed_36' => array(
'title' => 'Managed service 36M rent',
'title' => '36 months financed rent and agreements',
'package_pay_period' => 36,
'services_contract_period'=> 36,
'max_contract_period' => 36,