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

About domain name compability #226

Closed
Chintan7027 opened this issue May 17, 2016 · 4 comments
Closed

About domain name compability #226

Chintan7027 opened this issue May 17, 2016 · 4 comments
Labels
V2 V2 Client

Comments

@Chintan7027
Copy link

Chintan7027 commented May 17, 2016

Before schedule maintenance of 12th May 2016, I am passing full domain name like bellow;
Recurly_Client::$subdomain =subdomain.recurly.com; Recurly_Client::$apiKey = 'API_KEY';

It works fine. But after maintance i found problem that recurly can't found api key on:
subdomain.recurly.com.recurly.com
Somehow recurly is appending recurly.com which will made redundant domain name.

And error like
img_17052016_120957

So need to change in every Reculry Client as bellow:
Recurly_Client::$subdomain =subdomain_only

@Chintan7027 Chintan7027 changed the title About domain name About domain name compability May 17, 2016
@drewish
Copy link

drewish commented May 17, 2016

Yeah, if your site's subdomain is foo you should only be setting that value, not foo.recurly.com the full domain name is constructed for you.

I'd be open to PRs to improve the documentation around this if it's confusing.

@Chintan7027
Copy link
Author

Ok thanks. But my confusion is that till date i am passing full domain name like foo.recurly.com and it works fine.

@drewish
Copy link

drewish commented May 18, 2016

Yeah we made some networking changes when we moved to cloudflare than must have impacted that. I'm honestly surprised it was working before.

@Chintan7027
Copy link
Author

Ok thanks

@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