Cody Mann
Cody Mann
This was fixed with #12. You may need to update your dependency version of this package to `dev-master` until a release is made.
According to their API docs a `105` is `Your current subscription doesn’t support this endpoint`. The response exception is supposed to be thrown in this case. Is the corresponding error...
It's simple enough to convert to another base. You could do so using [this well designed PHP money library](https://github.com/moneyphp/money) or simply re-base the rates yourself using something like so: ```php...
This is because the service provider “provides” `Exchange::class` while the facade accessor is expecting it to provide `”exchange”`. It was broken in the 5.4 compat commit. I’ll open a pull...
@mootrichard You most likely have a service provider registered in your test project that has not been updated to reflect the changed namespace. Example: ````
I had similar thoughts. An overall rewrite would help this library a lot. There is a lot of duplicate code between resources and manual bootstrapping to make the API calls....
Either way I agree though. Some renaming and additional structuring would be nice, and will have to happen on a major version bump. It's now or ~never.
@lukeholder It appears that it hasn't been updated in at least a year. We've been using it just fine in production for quite a while now on 7.1, but it...
I'm not sure what you're getting at in your first paragraph. The problem is that the `Object` class needs to use the fully qualified domain name when trying to create...