You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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} );
is there any plans to extend this library to have update features on existing objects ?
I dont see options to update existing customer / subscription / site etc..
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!
The text was updated successfully, but these errors were encountered: