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

balance_in_cents_invoiced / unvoiced doesn't appear to populate properly. #116

Closed
iricketson opened this issue Nov 12, 2014 · 1 comment · Fixed by #118
Closed

balance_in_cents_invoiced / unvoiced doesn't appear to populate properly. #116

iricketson opened this issue Nov 12, 2014 · 1 comment · Fixed by #118
Labels
V2 V2 Client

Comments

@iricketson
Copy link

If I pull an account via Recurly_Account::get($accountCode), the balance_in_cents_invoiced and balance_in_cents_uninvoiced properties always appear to populate with empty Recurly_CurrencyList objects.

Currently, I am testing against an account that has an outstanding balance, and inside the recurly console it shows Account Past Due. I would expect that the nested Recurly_CurrencyList objects would show the outstanding balance, but they are empty.

Can you guys confirm this is working as expected?

@drewish
Copy link

drewish commented Nov 13, 2014

Ah, looks like this was incorrectly added. That code was supposed to read some values that never were added to the responses. We need to revert that PR (#64).

drewish added a commit that referenced this issue Nov 13, 2014
This reverts commit e7e5598, reversing
changes made to 1061709.

Fixes #116.

Conflicts:
	Tests/fixtures/accounts/show-200.xml
@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 a pull request may close this issue.

3 participants