Skip to content

Commit 33701eb

Browse files
committed
implemented payment cancellation. Clicking on the 'Cancel Payment' on the Paystack payment page now closes the Payment webview.
1 parent 6c92e45 commit 33701eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Flutter package that makes it super easy to integrate Paystack's payment gat
2525
## :dart: Add dependency to pubspec.yaml:
2626
``` dart
2727
dependencies:
28-
paystack_for_flutter: 1.0.1
28+
paystack_for_flutter: 1.0.2
2929
```
3030

3131
## Then, import like this:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: paystack_for_flutter
22
description: The Flutter package that makes it super easy to integrate Paystack's payment gateway into your app with just few lines of code.
3-
version: 1.0.1
3+
version: 1.0.2
44
homepage: https://github.com/VhiktorBrown/paystack_flutter
55
documentation: https://github.com/VhiktorBrown/paystack_flutter/blob/master/README.md
66
issue_tracker: https://github.com/VhiktorBrown/paystack_flutter/issues

0 commit comments

Comments
 (0)