InterNetX / php-domainrobot-sdk

A composer package for easy integration of the Domainrobot API powered by InterNetX GmbH.
MIT License
19 stars 12 forks source link

Contact Organization Name Setter missing #34

Closed ssgnoe closed 2 years ago

ssgnoe commented 2 years ago

As in Example for Organizations, the Organization Name can be set with Contact Model ->setOrganization() function. https://github.com/InterNetX/php-domainrobot-sdk/blob/master/example/contact/ContactCreate.php

The Contact Model, does not have a Setter named setOrganigation. The organization name is missing in Contact Model. Please fix this.

Error in my PHP Laravel Project Call to undefined method Domainrobot\Model\Contact::setOrganization()

ssgnoe commented 2 years ago

Sorry I'm Wrong. I think I'm on an outdated Version of SDK. Already fixed. Thank you.