File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed
Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.3
2+
3+ * export ` CardAuthMethods `
4+
15## 2.0.2
26
37* Change proto structure
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Easy integration with Google Pay and Apple Pay for your flutter app.
1717Add this to your package's pubspec.yaml file:
1818``` yaml
1919dependencies :
20- mad_pay : 2.0.2
20+ mad_pay : 2.0.3
2121` ` `
2222
2323For Android: set ` minSdkVersion` to 21
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ packages:
7373 path: ".."
7474 relative: true
7575 source: path
76- version: "2.0.2 "
76+ version: "2.0.3 "
7777 matcher:
7878 dependency: transitive
7979 description:
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ export 'src/models/models.dart'
1212 ShippingMethod,
1313 ShippingType,
1414 GoogleParameters,
15+ CardAuthMethods,
1516 Response;
Original file line number Diff line number Diff line change 11name : mad_pay
22description : Mad Pay will help you make payments through Apple Pay and Google Pay
3- version : 2.0.2
3+ version : 2.0.3
44repository : https://github.com/MadBrains/Mad-Pay-Flutter
55issue_tracker : https://github.com/MadBrains/Mad-Pay-Flutter/issues
66homepage : https://madbrains.ru/
You can’t perform that action at this time.
0 commit comments