Christian Pelczarski

Results 23 comments of Christian Pelczarski

Yep. You cannot delete^1 a Customer with an open balance. ^1 FWIW: Technically, you can't delete a name list resource. You are attempting to de-activate a Customer (`active = false`)....

Do a sparse update sending `active: false` in the payload` On Mon, Jul 24, 2017 at 2:53 AM, puneetimpinge wrote: > Is there any way in apis to deactivate a...

You cannot link a Payment inside of an Invoice transaction via the API as of yet, only in the QBO UI. On Fri, Jul 21, 2017 at 2:39 AM, puneetimpinge...

Nice find. It is probably worth considering running with the latest minorversion globally by default. These minorversions usually just add new features so the chance of breakage is limited. There...

Absolutely a PR on this would be valuable. Thanks.

@flyinggrizzly I am on Ubuntu 20.10. Installed using setcap and with the downloaded puma-dev binary put into `/usr/local/bin`. I was getting this error when doing a `journalctl | rg puma-dev`:...

Thanks for the heads up. Taking a look.

FWIW: I did just release v2.1.0 that locks in Faraday 1.10.x until I'm able to get off the middleware the gem is using.

Notes: The `qbo_api` gem is utilizing two aspects of the`faraday_middleware` gem: 1. A homebrew middleware "RaiseHttpException" module that inherits from Faraday::Middleware; 2. and the **OAuth2** middleware included in the `faraday_middleware`...

Did you try `rackup -s puma` or `bundle exec puma config.ru`?