-
Notifications
You must be signed in to change notification settings - Fork 93
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
Invalid Argument Warning in coupon.php #70
Comments
Can you say more about ho the object was getting initialized without that? |
I haven't nailed that down just yet, but will post more when I figure it out! |
Awesome, your fix made sense but if there's an upstream cause, I'd love to try to fix that. |
It appears to be triggered by doing this (simplified):
I think this should trigger an Exception... |
You can see the test triggering this error now: https://travis-ci.org/recurly/recurly-client-php/jobs/16490175 |
If $this->_links is empty in Recurly_Coupon a warning is displayed.
The text was updated successfully, but these errors were encountered: