Skip to content

Commit

Permalink
[ Edit ] exposed the 0.8.4 version of the SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
anasfik committed Jul 28, 2023
1 parent 60e8a9d commit 13da190
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.8.4

- Bug fixes.
- Added unit tests to ensure current & future stability.

## 0.8.3

- Exposed handling of different payment responses (success, failure, 3ds etc.)
Expand Down
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ This is Dart/Flutter SDK for [YouCan Pay APIs](https://youcanpay.com/docs/api),
- Supports all the API endpoints.
- Configure once, use everywhere.


### Code progress (100%)

- [x] [Payment](#payment)
Expand All @@ -21,17 +20,16 @@ This is Dart/Flutter SDK for [YouCan Pay APIs](https://youcanpay.com/docs/api),
- [x] [Withdrawals](#withdrawals)
- [x] [Deposit](#deposit)


### Test progress (0%)

- [.] [Payment](#payment)
- [.] [Account](#account)
- [.] [Currencies](#currencies)
- [.] [Transfers](#transfers)
- [.] [Invoices](#invoices)
- [.] [Balance History](#balance-history)
- [.] [Withdrawals](#withdrawals)
- [.] [Deposit](#deposit)
- [x] [Account](#account)
- [x] [Currencies](#currencies)
- [x] [Transfers](#transfers)
- [x] [Invoices](#invoices)
- [x] [Balance History](#balance-history)
- [x] [Withdrawals](#withdrawals)
- [x] [Deposit](#deposit)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: youcan_pay
description: A Dart/Flutter client SDK for Youcan pay APIs, which allows you to integrate Youcan pay payment gateway into your Dart/Flutter project.
version: 0.8.3
version: 0.8.4
repository: https://github.com/anasfik/youcan_pay
documentation: https://github.com/anasfik/youcan_pay/blob/main/README.md
issue_tracker: https://github.com/anasfik/youcan_pay/issues
Expand Down

0 comments on commit 13da190

Please sign in to comment.