You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DEBUG] HTTP Request body ~BEGIN~ {"firstName":"Jennifer","lastName":"Smith","email":"[email protected]","phone":"7188675309"} ~END~ Warning: curl_setopt(): cannot represent a stream of type Output as a STDIO FILE* in C:\inetpub\wwwroot\assets\dwolla\dwollaswagger\lib\ApiClient.php on line 276
The text was updated successfully, but these errors were encountered:
From reading the code, it appears this is caused by DwollaSwagger's ApiClient when debugging is turned on. It attempts to turn on debugging for cURL using curl_setopt($curl, CURLOPT_STDERR, fopen(Configuration::$debug_file, 'a'));. Configuration::$debug_file defaults to php://output, hence the exception.
Setting a value for Configuration::$debug_file should resolve this for you.
* sigh *
[DEBUG] HTTP Request body ~BEGIN~ {"firstName":"Jennifer","lastName":"Smith","email":"[email protected]","phone":"7188675309"} ~END~ Warning: curl_setopt(): cannot represent a stream of type Output as a STDIO FILE* in C:\inetpub\wwwroot\assets\dwolla\dwollaswagger\lib\ApiClient.php on line 276
The text was updated successfully, but these errors were encountered: