Paul Lorsbach

Results 2 issues of Paul Lorsbach

Using the [customer login example](https://github.com/bigcommerce/bigcommerce-api-ruby/blob/master/examples/customers/customer_login.rb), customer.login_token returns a NoMethodError. ### Expected behavior Should return JWT ### Actual behavior ``/Users/lorsbach/.rvm/gems/ruby-2.3.1/gems/hashie-3.5.6/lib/hashie/extensions/method_access.rb:46:in `method_missing': undefined method `login_token' for # (NoMethodError)`` ### Steps to reproduce...

Get a `KeyError (key not found: :ciphers)` error. Known issue on older versions of rest_client. Need to upgrade to version 2.0. https://github.com/rest-client/rest-client/issues/612