You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Recurly_BillingInfo::deleteForAccount
callsRecurly_Resource::_delete
statically when it is aprotected function
, requiring object scope. It throws an error because there's no$this
.The text was updated successfully, but these errors were encountered: