paynl / sdk

Pay.nl SDK
MIT License
37 stars 48 forks source link

Fix types on the CurlInterface #166

Closed BackEndTea closed 1 year ago

BackEndTea commented 1 year ago

Passing a string would result in a type error, as the curl_set_opt expects a string And the Curl class itself uses declare(strict_types=1)

BackEndTea commented 1 year ago

Thanks @woutse !