Releases: cartalyst/stripe
Releases · cartalyst/stripe
v1.0.7
FIXED
- Issue when the rate limit was reached a wrong exception was being thrown.
v1.0.6
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.
v1.0.5
v1.0.4
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.
v1.0.3
FIXED
- Wrong returns on some docblocks.
- Incorrect coding standards.
v1.0.2
ADDED
.gitattributes
and.travis.yml
file.
v1.0.1
ADDED
- Added new methods to create and update an account and to retrieve all the connected accounts.
v1.0.0
INIT
- Initial release.