invoiceninja / sdk-php

PHP wrapper for Invoice Ninja's REST API
https://www.invoiceninja.com
83 stars 41 forks source link

Fixed findByClientEmail when there is a + in the address #61

Closed nicosomb closed 2 years ago

hillelcoren commented 3 years ago

Thanks for the fix!

I think the urlencode function may be a better choice here?

https://www.php.net/manual/en/function.urlencode.php

nicosomb commented 3 years ago

I tried with this function but I got a 500, I didn't take so much time to investigate more.