Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-mykhailenko committed May 4, 2024
1 parent 56ea320 commit 3eb8411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Api/DomainV4.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ public function create(
) {
Assert::stringNotEmpty($domain);

$params = [];

$params['name'] = $domain;

if (!empty($smtpPass)) {
Expand Down

0 comments on commit 3eb8411

Please sign in to comment.