File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.4-alpha
2
+
3
+ * Use ChromeCustomTabs for Android's authentication page.
4
+ * Add a canceled result and handle it in case hte user leave the authentication browser page before completing the transaction.
5
+ * Accepting headers in [ CheckoutSettings] ( lib/src/models/checkout_settings.dart ) to enable making authorized calls to checkout & status endpoints.
6
+
1
7
## 0.0.3-alpha
2
8
3
9
* Fixed a bug with sending additional params on checkout.
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ packages:
80
80
path: ".."
81
81
relative: true
82
82
source: path
83
- version: "0.0.3 -alpha"
83
+ version: "0.0.4 -alpha"
84
84
matcher:
85
85
dependency: transitive
86
86
description:
Original file line number Diff line number Diff line change 1
1
name : hyperpay
2
2
description : A plugin to wrap HyperPay mobile SDK for iOS and Android, used to accept payments in Flutter apps using HyperPay Payments Gateway.
3
- version : 0.0.3 -alpha
3
+ version : 0.0.4 -alpha
4
4
repository : https://github.com/nyartech/hyperpay
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments