We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23245d3 commit fcd504dCopy full SHA for fcd504d
1 file changed
src/Plugin.php
@@ -34,7 +34,7 @@ function_requirements('class.Addon');
34
->set_enable([__CLASS__, 'doEnable'])
35
->set_disable([__CLASS__, 'doDisable'])
36
->register();
37
- $service->add_addon($addon);
+ $service->addAddon($addon);
38
}
39
40
public static function doEnable(\Service_Order $serviceOrder, $repeatInvoiceId, $regexMatch = false) {
0 commit comments