Rename pricing options
This commit is contained in:
@@ -15,7 +15,7 @@ class Wiaas_Package_Pricing {
|
|||||||
*/
|
*/
|
||||||
private static $pay_types = array(
|
private static $pay_types = array(
|
||||||
'purchase' => array(
|
'purchase' => array(
|
||||||
'title' => 'Purchase',
|
'title' => 'Purchase and monthly agreements',
|
||||||
'package_pay_period' => 0,
|
'package_pay_period' => 0,
|
||||||
'services_contract_period' => 0,
|
'services_contract_period' => 0,
|
||||||
'max_contract_period' => 36,
|
'max_contract_period' => 36,
|
||||||
@@ -23,14 +23,14 @@ class Wiaas_Package_Pricing {
|
|||||||
'labe'
|
'labe'
|
||||||
),
|
),
|
||||||
'purchase_24' => array(
|
'purchase_24' => array(
|
||||||
'title' => 'Purchase with 24M commitment',
|
'title' => 'Purchase and 36 month agreements',
|
||||||
'package_pay_period' => 0,
|
'package_pay_period' => 0,
|
||||||
'services_contract_period' => 24,
|
'services_contract_period' => 24,
|
||||||
'max_contract_period' => 36,
|
'max_contract_period' => 36,
|
||||||
'period_unit' => 'month'
|
'period_unit' => 'month'
|
||||||
),
|
),
|
||||||
'managed_36' => array(
|
'managed_36' => array(
|
||||||
'title' => 'Managed service 36M rent',
|
'title' => '36 months financed rent and agreements',
|
||||||
'package_pay_period' => 36,
|
'package_pay_period' => 36,
|
||||||
'services_contract_period'=> 36,
|
'services_contract_period'=> 36,
|
||||||
'max_contract_period' => 36,
|
'max_contract_period' => 36,
|
||||||
|
|||||||
Reference in New Issue
Block a user