Chris Piggott
Chris Piggott
Any chance this could be built to include WP8 for NuGet install?
American Express card numbers are usually 14 digits long and have a different format for the CVV. The American Express CVV is a 4 digit number, might be good to...
### Description Something interesting that I have noted with animation today is that any animations that use 24fps and finish on an interval of 24 have an issue in Model...
I added a `ModelInterface` to clean up the calls that used unknown variables in the `ApiClient::deserialize` call for Swagger based models. This removes "breaking" errors when running a php code-sniffer...
All models are name-spaced to `DwollaSwagger\models` meaning all the PHPDocs are incorrect that use `@return `. This updates the documentation to show the correct return type.
This is in response to Issue #32 which points out that there is invalid code within the code-base for PHP 5.3.3, which is the required minimum version. This could be...
In the `ApiClient::deserialize` the `new \DateTime($data);` can potentially throw an exception, but it’s not caught in code. It’s also not documented in the PHPDoc that it could throw an exception,...
I've been looking through the DwollaSwagger API and noticed that there are inconsistencies within the minimum version for PHP and code syntax that is used. Specifically a few issues I've...