-
Notifications
You must be signed in to change notification settings - Fork 95
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
Multi-site support? #174
Comments
We attempted to solve this by cloning Chargify, but THIS DOES NOT WORK. In "lib/chargify_sites":
In an initializer:
This lets us get objects with different "api_key" and "subdomain" values. However, calls are made through Chargify, meaning you're still stuck with a single site. Here's an example of why this won't work:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're currently using chargify_api_ares for a small set of products. The business would like to convert another profit center to use Chargify, but because the products are so different, they've asked to create the products in a new Site.
Because Chargify.config sets the domain/site globally, how would we be able to support using the gem with different Sites? Any suggestions are most appreciated!
The text was updated successfully, but these errors were encountered: