GITLAB
Komodo
/ komodo-sdk
Toggle navigation
Sign in
Sign in
Files
Commits
Network
Graphs
Issues
1
Merge Requests
0
Wiki
Commits
Compare
Branches
1
Tags
285
Stats
Compare View
switch
from
...
to
Commits (2)
ff7ab72a0
post raw response
Browse Code »
Adhidarma Hadiwinoto
2017-09-13 18:19:04 +0700
086a779b6
1.6.4
Browse Code »
Adhidarma Hadiwinoto
2017-09-13 18:19:20 +0700
Changes
Showing
2 changed files
Side-by-side Diff
gateway/pull.js
package.json
gateway/pull.js
Diff comments
View file @
086a779
...
...
@@ -83,7 +83,8 @@ function reportUsingHttpPost(data) {
83
83
message: data.message,
84
84
handler: config.handler_name,
85
85
sn: data.sn,
86
- amount: data.amount
86
+ amount: data.amount,
87
+ raw: data.raw
87
88
}
88
89
}
89
90
package.json
Diff comments
View file @
086a779
1
1
{
2
2
"name": "komodo-sdk",
3
- "version": "1.6.
3
",
3
+ "version": "1.6.
4
",
4
4
"description": "SDK for Komodo",
5
5
"main": "index.js",
6
6
"scripts": {