Update to statements and other minor items
This commit is contained in:
@@ -21,7 +21,7 @@ class Model_Checkout_Notify extends ORM_OSB implements Invoicable {
|
||||
),
|
||||
);
|
||||
|
||||
public function invoice_item() {
|
||||
public function invoice_item($item_type) {
|
||||
return sprintf('Payment Fee: %s',$this->checkout->name);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user