diff --git a/src/Domain/TLDMetaData.php b/src/Domain/TLDMetaData.php index 7aff11d..1ca6372 100644 --- a/src/Domain/TLDMetaData.php +++ b/src/Domain/TLDMetaData.php @@ -264,8 +264,8 @@ public static function fromArray(array $json): TLDMetaData $json['termsOfService'] ?? null, $json['privacyPolicy'] ?? null, $json['premiumSupport'], - $json['sendWdrpNotifications'], - $json['sendErrpNotifications'], + $json['sendWdrpNotifications'] ?? null, + $json['sendErrpNotifications'] ?? null, $json['transferLockDays'] ?? null, $json['renewalOnTransfer'], $json['registrationNotice'] ?? null,