Fixed payment updates, admin update and minor SSL items

This commit is contained in:
Deon George
2011-12-29 13:52:24 +11:00
parent 50fe0583a3
commit 4a68621fc7
8 changed files with 90 additions and 49 deletions

View File

@@ -15,9 +15,9 @@ abstract class Model_Service_Plugin extends ORMOSB {
protected $_sorting = array();
/**
* View details of the service
* Form info for admins to update
*/
abstract public function service_view();
abstract public function admin_update();
/**
* Our service name as defined in the DB
@@ -31,6 +31,11 @@ abstract class Model_Service_Plugin extends ORMOSB {
return sprintf('%s - %s',$this->service->product->name(),$this->name());
}
/**
* View details of the service
*/
abstract public function service_view();
/**
* Get specific service details for use in other modules
* For Example: Invoice