Skip to content

Commit 27fd7c5

Browse files
v1.0.2
1 parent f5988d8 commit 27fd7c5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@
1616

1717
## 1.0.1
1818

19+
- more examples added
20+
21+
## 1.0.2
22+
1923
- more examples added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async function main()
114114

115115
if (!r.error) {
116116
// success
117-
if (r.res.isPaid) {
117+
if (r.res.status == 2) {
118118
console.log('bill is paid');
119119
console.log('bill payment detail');
120120
console.log(`Bank: ${r.res.data.bankID}`);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webirr",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Official JavaScript Client Library for WeBirr APIs",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)