Skip to content

Commit 1e32f06

Browse files
committed
Releasing 0.0.4-alpha ✅
1 parent eb4e008 commit 1e32f06

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## 0.0.3-alpha
28

39
* Fixed a bug with sending additional params on checkout.

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ packages:
8080
path: ".."
8181
relative: true
8282
source: path
83-
version: "0.0.3-alpha"
83+
version: "0.0.4-alpha"
8484
matcher:
8585
dependency: transitive
8686
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hyperpay
22
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
44
repository: https://github.com/nyartech/hyperpay
55

66
environment:

0 commit comments

Comments
 (0)