Hey guys so, using braintree-rails in the back-end, i'm connecting to it from a javascript-backbone built end-user site.
I encrypt using braintree.js as recommended, which appears to work just fine — but when the controller receives the POST request, the parameters aren't split/parsed correctly.. so I'm forced to do ugly stuff like:
Hey guys so, using braintree-rails in the back-end, i'm connecting to it from a javascript-backbone built end-user site.
I encrypt using braintree.js as recommended, which appears to work just fine — but when the controller receives the POST request, the parameters aren't split/parsed correctly.. so I'm forced to do ugly stuff like:
and
Am I missing something fundamental here?