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
{{ message }}
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.
Crack could not parse JSON. It said: uninitialized constant Chargify::Parser::Crack. Chargify's raw response: ... (Chargify::UnexpectedResponseError)
.rvm/gems/ruby-1.9.3-p392@rails3tutorial2ndEd/bundler/gems/chargify-132e2ca15335/lib/chargify/client.rb:7:in `parse'
...
The raw response is a valid JSON response. However, the customer list returned does not contain all of my customers.
The text was updated successfully, but these errors were encountered:
Doing a simple request:
@client = Chargify::Client.new(API_ID, SUBDOMAIN) puts @client.list_customers
I get:
Crack could not parse JSON. It said: uninitialized constant Chargify::Parser::Crack. Chargify's raw response: ... (Chargify::UnexpectedResponseError)
.rvm/gems/ruby-1.9.3-p392@rails3tutorial2ndEd/bundler/gems/chargify-132e2ca15335/lib/chargify/client.rb:7:in `parse'
...
The raw response is a valid JSON response. However, the customer list returned does not contain all of my customers.
The text was updated successfully, but these errors were encountered: