-
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
Can't Update Account Info, But Can Update Billing Info #252
Comments
I also attempted to do a single call, adding the billing info as the $accountInfo->billing_info property, as the Docs say you can, and still received the 'Your API Key is not authorized' error. |
Did you check your API key? Perhaps some else revoked it? |
It's the correct key and authorizes properly. As I said in my post, the On Jul 15, 2016 6:26 PM, "andrew morton" notifications@github.com wrote:
|
I would try a few other type of requests because that's really strange. Are you sure the billing info changes are actually saving? |
The billing changes are indeed saving. I'll try some other exchanges. On Jul 15, 2016 7:21 PM, "andrew morton" notifications@github.com wrote:
|
Oh so this is with your edited code? |
If so please try and replicate it with a stock version of the library. |
I can't because of Laravel 5.1. I had to add namespacing to the files in On Jul 15, 2016 9:00 PM, "andrew morton" notifications@github.com wrote:
|
Yeah but in that case this sounds like a bug with your changes and not something that we can support directly. I'll try to look at your other issue on Monday. |
The Problem:
I cannot use the Recurly PHP Library to update account info, even though I immediately prior could update the billing info.
The Code:
The Error:
The error thrown is by the account info update line
The text was updated successfully, but these errors were encountered: