dwolla-swagger-php icon indicating copy to clipboard operation
dwolla-swagger-php copied to clipboard

Autogenerated PHP SDK client for API V2

Results 14 dwolla-swagger-php issues
Sort by recently updated
recently updated
newest added

* 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`

Hello I want to use your https://github.com/Dwolla/dwolla-swagger-php for cake php 3.4 project but its not working. Please help Thanks

I could not find the code to do an OAuth initiation for Dwolla Direct. https://docsv2.dwolla.com/#request-user-authorization Shows to use this code ``` $OAuth = new Dwolla\OAuth(); $OAuth->settings->client_id = $apiKey; $OAuth->settings->client_secret =...

Deprecated function: Return type of DwollaSwagger\models\OAuthResponse::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in include() (line 29...