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

Add 'tax_type', 'tax_region', 'tax_rate' to Adjustments #180

Merged
merged 1 commit into from
Mar 23, 2015

Conversation

cbarton
Copy link
Member

@cbarton cbarton commented Feb 13, 2015

The tax information has been brought down to from the Invoice level to the Adjustment level. This unlocks those fields.

cc/ @bhelx

adj = Recurly::Adjustment.find('<uuid>')
puts adj.tax_type
puts adj.tax_rate
puts adj.tax_region

@cbarton cbarton force-pushed the tax_info_on_charges branch 2 times, most recently from 713f05b to 0fcd8a3 Compare February 13, 2015 23:32
@@ -0,0 +1 @@
2.1.1
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason you want this in here?

@cbarton cbarton force-pushed the tax_info_on_charges branch from 0fcd8a3 to 65b770e Compare February 21, 2015 21:11
bhelx added a commit that referenced this pull request Mar 23, 2015
Add 'tax_type', 'tax_region', 'tax_rate' to Adjustments
@bhelx bhelx merged commit ea66837 into master Mar 23, 2015
@bhelx
Copy link
Contributor

bhelx commented Mar 23, 2015

👍

@bhelx bhelx deleted the tax_info_on_charges branch March 23, 2015 20:54
@bhelx bhelx added the V2 V2 Client label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V2 V2 Client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants