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

fix: adjust api to latest aws billing changes #60

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

peermuellerxw
Copy link
Contributor

@peermuellerxw peermuellerxw commented Apr 8, 2024

base url needs to contain "us-east-1"
tax_inheritance setter uses "v2" endpoint with json payload tax_information endpoint requires account id in payload and uses form-data payload credit_sharing setter requires list of account exceptions

What is not working:
Currency setting is not an account setting anymore but part of the default payment method. The API has changed here as well, but I did not get it to work. Since I do not need urgently for my work I did not investigate further.

Closes #61

base url needs to contain "us-east-1"
tax_inheritance setter uses "v2" endpoint with json payload
tax_information endpoint requires account id in payload and uses form-data payload
credit_sharing setter requires list of account exceptions
@costastf costastf merged commit bf7ca93 into schubergphilis:main Apr 8, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Billing API is not working due to latest AWS changes
2 participants