UpCloudLtd/upcloud-php-api

listZones not returning zone tag

samituoh opened this issue · 5 comments

When i call listZones it doesnt return zone tag eg. "fi-hel1" etc.

Screenshot 2020-03-10 12 02 31

Same issue here.

Darep commented

Hmm, strange. This was fixed in #15 and released as version 1.0.3. The "name" field in API was renamed to "id" some time ago.

@Darep Yes. that id found from API but it wasnt on code.. i needed to make setter and getter for ID and after that it works.

Darep commented

Could you create a PR for your change?

Fixed in #39