This project follows Semantic Versioning.
We do not give estimated times for completion on Accepted
Proposals.
ADDED
- Guzzle retry middleware.
ADDED
- Country Specs API.
- Delete endpoint to the Skus API.
FIXED
- Fixed exception handler to only handle client exceptions.
FIXED
- Version constant on Stripe class.
UPDATED
- Updated to Guzzle 6.
ADDED
- Country Specs API.
- Delete endpoint to the Skus API.
FIXED
- Fixed
__call
method to work with Mockery.
FIXED
- Issue when the rate limit was reached a wrong exception was being thrown.
FIXED
- Issue where the amount was not being converted properly if passed without decimals! This reverts the previous fix with a better fix.
ADDED
- Bank Accounts (ExternalAccounts) API.
- API tests.
ADDED
- Relay endpoints.
FIXED
- Issue where the
amount
that was not being automatically converted properly.
ADDED
- A new
AmountConverter
class that automatically converts theamount
. - A methods to the Stripe class to get and set the Amount Converter class easily.
FIXED
- Wrong returns on some docblocks.
- Incorrect coding standards.
ADDED
.gitattributes
and.travis.yml
file.
ADDED
- Added new methods to create and update an account and to retrieve all the connected accounts.
INIT
- Initial release.