Skip to content

Commit fcd504d

Browse files
committed
a bunch of updates improving the code making use of self:: and other imprvoements
1 parent 23245d3 commit fcd504d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function_requirements('class.Addon');
3434
->set_enable([__CLASS__, 'doEnable'])
3535
->set_disable([__CLASS__, 'doDisable'])
3636
->register();
37-
$service->add_addon($addon);
37+
$service->addAddon($addon);
3838
}
3939

4040
public static function doEnable(\Service_Order $serviceOrder, $repeatInvoiceId, $regexMatch = false) {

0 commit comments

Comments
 (0)