From 1caeed66062e8f1e1e6d6382be3e212649dd112a Mon Sep 17 00:00:00 2001 From: Deon George Date: Mon, 17 Jun 2013 22:47:44 +1000 Subject: [PATCH] Changed checkout_plugin_id to checkout_id and ADSL speed to SUPPLIER speed --- .../classes/Controller/Reseller/Service/Adsl.php | 2 +- .../product/category/list/adslcompare-large.php | 2 +- .../adsl/views/product/category/list/adslcompare.php | 2 +- .../views/product/plugin/adsl/feature_summary.php | 2 +- modules/checkout/classes/Checkout/Plugin/Paypal.php | 2 +- modules/checkout/classes/Model/Checkout.php | 2 +- modules/payment/classes/Payment/Bulk/Ezypay.php | 4 ++-- modules/payment/views/payment/admin/add_view.php | 2 +- modules/service/classes/Controller/Admin/Service.php | 12 ++++++------ .../service/classes/Controller/Reseller/Service.php | 4 ++-- modules/service/classes/Model/Service/Billing.php | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/modules/adsl/classes/Controller/Reseller/Service/Adsl.php b/modules/adsl/classes/Controller/Reseller/Service/Adsl.php index 5e5322af..02fb3c5b 100644 --- a/modules/adsl/classes/Controller/Reseller/Service/Adsl.php +++ b/modules/adsl/classes/Controller/Reseller/Service/Adsl.php @@ -72,7 +72,7 @@ class Controller_Reseller_Service_Adsl extends Controller_Service { 'id'=>'ID', 'name()'=>'Service', 'plugin()->ipaddress()'=>'IP Address', - 'product->plugin()->speed'=>'Speed', + 'product->plugin()->adsl_supplier_plan->speed'=>'Speed', 'product->plugin()->allowance()'=>'Allowance', 'plugin()->traffic_thismonth()'=>'This Month', 'plugin()->traffic_lastmonth()'=>'Last Month', diff --git a/modules/adsl/views/product/category/list/adslcompare-large.php b/modules/adsl/views/product/category/list/adslcompare-large.php index 08b0ba45..9d0ba5d8 100644 --- a/modules/adsl/views/product/category/list/adslcompare-large.php +++ b/modules/adsl/views/product/category/list/adslcompare-large.php @@ -35,7 +35,7 @@ Speed products() as $po) : ?> - plugin()->display('speed'); ?> + plugin()->adsl_supplier_plan->display('speed'); ?> diff --git a/modules/adsl/views/product/category/list/adslcompare.php b/modules/adsl/views/product/category/list/adslcompare.php index 9dd23799..4a84d6ca 100644 --- a/modules/adsl/views/product/category/list/adslcompare.php +++ b/modules/adsl/views/product/category/list/adslcompare.php @@ -34,7 +34,7 @@