Fixed payment updates, admin update and minor SSL items
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user