Matt Smith
Matt Smith
No problem. I removed the -Werror switch from the make file and this allowed me to go on. I tried commenting out the variable, but it is use in the...
Thanks. I'll give it a go. Thanks for the helpful project.
@wrkrb33 Where you able to figure out what the issue was? I believe I found the issue 2 days ago and reported it here: https://github.com/rgeo/activerecord-postgis-adapter/issues/202 I'd love to help get...
I just encountered it on Linux Mint 18.3 with vim version 7.4.1689 (2:7.4.1689-3ubuntu1.2).
My issue was because I was had RUBYOPT set with the new --jit option. RUBYOPT=--jit Removing it, fixes the issue.
`updateCreditCardExpiration` and `updateCreditCardCardholderName` could work.... but I don't see why you don't have a parallel option to your own [REST API](https://developer.paypal.com/braintree/docs/reference/request/payment-method/update/node) and to be compatible when switching from other gateway...