Hello people, it's great your project!
I have a question, sorry if possible stupid question but i cant change any created value... for example update|change customer email's etc...
I'm trying to set|update values of customer/webspace....
I know method of create, get and delete, but i can't change any existent value... ¿what is set/update/change method?
$this_client = $client->customer()->get('id', {ID_HERE} );
$this_client->set('email', 'test@test.com'); ??
Thanks and regards!