- dependency upgrade
- minor bug fixes
- BREAKING:
Payload.meta
is renamed toPayload.metadata
and takes typeMap<String,String>
- BREAKING:
PayInitializer.meta
is renamed toPayInitializer.metadata
and takes typeMap<String,String>
- fixed #19
- fixed #27
- dependency upgrade
- fixed issue with getting list of banks
- Fixed issue with international transactions
- Added logging to
Setup
- Code refactor and bug fixes
- Fixed Returning full List of banks
- BREAKING: Modified
BankCard.toJson()
- Added 'country' and 'currency' params to
Setup
- Fixed error in endpoint url for tokenized charge in Version 2
- Added more documentation
- Changed license
- BREAKING: Changed BankCard.toMap to BankCard.toJson and added BankCard.fromJson
- Fixed text color not visible in dark mode
- Fixed error in endpoint url for tokenized charge in Version 2
- Added more documentation
- Changed license
- BREAKING: Changed BankCard.toMap to BankCard.toJson and added BankCard.fromJson
- Fixed text color not visible in dark mode
-
Made the package more customisable, #12
-
Breaking change - setup function now takes a Setup object
-
Updated docs & screenshots
-
Upgraded dependencies
- Fixed issue #9
- Added support for more currencies
- Fixed disabled button not visible
- Finally resolved this issue
- Added support to use Rave v2 instead. fixes #2
- Update API Endpoints and parameters to v3
- Added example project
- More details to README.md
- Initial release