Browse Source

try to get product values

andre 2 năm trước cách đây
mục cha
commit
773189734a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {