Hi,
Using rails 4.1.0, wepay 0.0.3
ONLY when I call a cancel subscription call, i am getting this error:
JSON::ParserError:
A JSON text must at least contain two octets!
When i do a raise on the response.body object (raise response.body.inspect) I get this:
"{"subscription_plan_id":1425787008}"
The JSON looks ok. Also, when I do:
JSON.parse("{"subscription_plan_id":1425787008}")
It parses just fine? I am totally stumped as to why I'm getting this error. Anyone else having this problem?