Releases: MadBrains/Mad-Pay-Flutter
Releases · MadBrains/Mad-Pay-Flutter
2.2.13-2.2.14
- bump deps
- Fixed a bug where the token gave an exception instead of a result
- Added getter tokenOrNull for null instead of exception
2.2.12
- New versioning, now all packages will be updated simultaneously, regardless of the number of changes in them.
- Add new Payment Networks
- Add support for Flutter 3
- Update Android dependences
2.2.11
What's Changed
- Fixed an issue with the payment network
interac
enum value being named incorrectly causing the OR_BIBED_01 error by @michaelgobbers in #49
- Bump
mad_pay_ios
version to 2.2.7
by @mit-73 in #52
Full Changelog: 2.2.9...2.2.11
2.2.6
- Bump mad_pay_android version to 2.2.5
- Edit AppLifecycle in PayButton
2.2.5
- Fix typo
emailAddress
- Bump
mad_pay_android
version to 2.2.4
- Bump
mad_pay_ios
version to 2.2.3
- Bump
mad_pay_platform_interface
version to 2.2.2
2.2.4
- Add
PersonNameComponents
& PostalAddress
models.
2.2.2
- [Android] Fix release build
2.2.0
- The library has been split into modules
- Added buttons:
AdaptivePayButton
, ApplePayButton
, GooglePayButton
- Changed
processingPayment
, it now accepts a PaymentRequest
model