Closed codinja1188 closed 1 year ago
The quantity filed type is changed from string to int32 (v0.17.0 - v0.19.0). But it returns zero in all cases. In this PR we reverted the type from the int string back.
https://github.com/equinix-labs/metal-go/issues/142
This PR is included in version 0.19.1 :tada:
Description:
The quantity filed type is changed from string to int32 (v0.17.0 - v0.19.0). But it returns zero in all cases. In this PR we reverted the type from the int string back.
What issues it Fix?
https://github.com/equinix-labs/metal-go/issues/142