Skip to content

Releases: MadBrains/Mad-Pay-Flutter

2.2.13-2.2.14

25 Nov 09:46
d38ec10
Compare
Choose a tag to compare
  • 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

23 Jun 05:59
bdee9e3
Compare
Choose a tag to compare
  • 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

17 Feb 09:07
60cabbb
Compare
Choose a tag to compare

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.9

07 Feb 11:51
a4feabb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.6...2.2.9

2.2.6

01 Dec 09:50
737d9e1
Compare
Choose a tag to compare
  • Bump mad_pay_android version to 2.2.5
  • Edit AppLifecycle in PayButton

2.2.5

01 Dec 09:50
576f843
Compare
Choose a tag to compare
  • 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

17 Aug 07:40
9fc18d7
Compare
Choose a tag to compare
  • Add PersonNameComponents & PostalAddress models.

2.2.3

29 Jun 08:55
6be19a3
Compare
Choose a tag to compare
  • Fix nil arguments

2.2.2

29 Jun 07:27
09520b9
Compare
Choose a tag to compare
  • [Android] Fix release build

2.2.0

09 Jun 07:30
dc253bb
Compare
Choose a tag to compare
  • The library has been split into modules
  • Added buttons: AdaptivePayButton, ApplePayButton, GooglePayButton
  • Changed processingPayment, it now accepts a PaymentRequest model