From b9ad9f2a3426f18b9e685bfc592f86f0450a2e2c Mon Sep 17 00:00:00 2001 From: Almira Krdzic Date: Mon, 7 Jan 2019 11:23:44 +0100 Subject: [PATCH] Rename pricing options --- .../wiaas/includes/pricing/class-wiaas-package-pricing.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/app/plugins/wiaas/includes/pricing/class-wiaas-package-pricing.php b/backend/app/plugins/wiaas/includes/pricing/class-wiaas-package-pricing.php index b681f7f..6932948 100644 --- a/backend/app/plugins/wiaas/includes/pricing/class-wiaas-package-pricing.php +++ b/backend/app/plugins/wiaas/includes/pricing/class-wiaas-package-pricing.php @@ -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,