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

Missing an entry for account_balance.php in lib/recurly.php #271

Closed
orcinus opened this issue Sep 9, 2016 · 4 comments
Closed

Missing an entry for account_balance.php in lib/recurly.php #271

orcinus opened this issue Sep 9, 2016 · 4 comments
Assignees
Labels
V2 V2 Client

Comments

@orcinus
Copy link

orcinus commented Sep 9, 2016

You're missing:

require_once(dirname(FILE) . '/recurly/account_balance.php');

in lib/recurly.php

bhelx added a commit that referenced this issue Sep 9, 2016
@bhelx bhelx self-assigned this Sep 9, 2016
@drewish
Copy link

drewish commented Sep 9, 2016

Ah yeah only necessary if you're not using composer since it builds an auto load file. Might be nicer to just move all of them over to that.

@bhelx
Copy link
Contributor

bhelx commented Sep 9, 2016

Thanks for reporting

@orcinus
Copy link
Author

orcinus commented Sep 9, 2016

@drewish I'm not, because of legacy cruft in the current project.

@bhelx Haven't checked for others, it's possible other class files are missing.

@bhelx
Copy link
Contributor

bhelx commented Sep 15, 2016

Closed with #273

@bhelx bhelx closed this as completed Sep 15, 2016
@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

No branches or pull requests

3 participants