File tree 5 files changed +11
-4
lines changed
5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
## 1.0.2
14
14
15
- - Unit tests added
15
+ - Unit tests added
16
+
17
+ ## 1.0.3
18
+
19
+ - Examples formatted
Original file line number Diff line number Diff line change 1
1
import 'package:webirr/webirr.dart' ;
2
2
3
+ /// Creating a new Bill / Updating an existing Bill on WeBirr Servers
3
4
void main () async {
4
5
const apikey = 'YOUR_API_KEY' ;
5
6
const merchantId = 'YOUR_MERCHANT_ID' ;
Original file line number Diff line number Diff line change 1
1
import 'package:webirr/webirr.dart' ;
2
2
3
+ /// Getting Payment status of an existing Bill from WeBirr Servers
3
4
void main () async {
4
5
const apikey = 'YOUR_API_KEY' ;
5
6
Original file line number Diff line number Diff line change 1
1
import 'package:webirr/webirr.dart' ;
2
2
3
+ /// Deleting an existing Bill from WeBirr Servers (if it is not paid)
3
4
void main () async {
4
5
const apikey = 'YOUR_API_KEY' ;
5
6
Original file line number Diff line number Diff line change 1
1
name : webirr
2
- version : 1.0.2
2
+ version : 1.0.3
3
3
description : >-
4
- Official Dart Client Library for WeBirr Payment Gateway APIs.
5
- It provides convenient access to WeBirr Payment Gateway APIs from Dart/Flutter Apps.
4
+ Official Dart Client Library for WeBirr Payment Gateway APIs.
5
+ This Library provides convenient access to WeBirr Payment Gateway APIs from Dart/Flutter Apps.
6
6
homepage : https://github.com/webirr/webirr-api-dart-client
7
7
environment :
8
8
sdk : ' >=2.12.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments