Explorar el Código

try to get product values

andre hace 2 años
padre
commit
773189734a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Actions/CreateAccount.php

+ 1 - 1
app/Http/Actions/CreateAccount.php

@@ -83,7 +83,7 @@ class CreateAccount extends AddonController
                 __FUNCTION__,
                 $params,
                 'Debug ID',
-                $this->productManager
+                $this->hosting()
             );
         } catch (KerioApiException $error) {