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

Recurly_BillingInfo::deleteForAccount throws fatal errors #46

Closed
icio opened this issue Dec 12, 2012 · 2 comments
Closed

Recurly_BillingInfo::deleteForAccount throws fatal errors #46

icio opened this issue Dec 12, 2012 · 2 comments
Labels
V2 V2 Client

Comments

@icio
Copy link

icio commented Dec 12, 2012

Recurly_BillingInfo::deleteForAccount calls Recurly_Resource::_delete statically when it is a protected function, requiring object scope. It throws an error because there's no $this.

@drewish
Copy link

drewish commented Feb 7, 2013

Yeah, confirmed that and noticed the same issue exists in Recurly_Account::closeAccount(). I'd guess that deletePlan() and deleteCoupon() also have the same issue.

@drewish
Copy link

drewish commented Feb 8, 2013

Closing this in favor of #51.

@drewish drewish closed this as completed Feb 8, 2013
@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