Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change StorageBilling.EstimatedPaidStorageForMonth from int to float64 #2205

Merged
merged 1 commit into from Nov 15, 2021

Conversation

gunadhya
Copy link
Contributor

fixes #2203

Changes:
Changed the type from int to float64 for EstimatedPaidStorageForMonth in billing.go and updated the testcases for it.

New to this repo. Please do let me know if any updates needed.

@google-cla google-cla bot added the cla: yes Indication that the PR author has signed a Google Contributor License Agreement. label Nov 15, 2021
@gmlewis gmlewis changed the title Update type in StorageBilling and test cases Change StorageBilling.EstimatedPaidStorageForMonth from int to float64 Nov 15, 2021
Copy link
Collaborator

@gmlewis gmlewis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @gunadhya !
LGTM.
Merging.

@gmlewis gmlewis merged commit ca2f3c2 into google:master Nov 15, 2021
@gmlewis gmlewis added the Breaking API Change PR will require a bump to the major version num in next release. Look here to see the change(s). label Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking API Change PR will require a bump to the major version num in next release. Look here to see the change(s). cla: yes Indication that the PR author has signed a Google Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unmarshal error in billing.go - GetStorageBillingOrg function
2 participants