Skip to content

Commit 5f90bc7

Browse files
committed
add unread state of transaction, update transactions dictionary
1 parent add3549 commit 5f90bc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

transactions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ curl -u 67287:lXymG93y83m6RHzZV5FY "https://api.bukalapak.com/v1/transactions.js
5959
"transactions":[{
6060
"id":51947,
6161
"state":"paid",
62+
"unread": false,
6263
"transaction_id":"131203161947",
6364
"amount":20000,"quantity":1,
6465
"shipping_fee":8000,
@@ -135,6 +136,7 @@ curl -u 67287:lXymG93y83m6RHzZV5FY "https://api.bukalapak.com/v1/transactions/78
135136
"transactions":{
136137
"id":51947,
137138
"state":"paid",
139+
"unread": false,
138140
"transaction_id":"131203161947",
139141
"amount":20000,"quantity":1,
140142
"shipping_fee":8000,
@@ -334,4 +336,4 @@ Successfull example
334336
- `actions` Actions that can be performed by current user. Possible values are
335337
- `deliver` Can be performed by seller at [Confirm Shipping for Transaction](#confirm-shipping) endpoint
336338
- `reject` Can be performed by seller at [Reject Transaction](#reject-transaction) endpoint
337-
- PS: more actions to come in near future
339+
- `unread` Possible values are `true` and `false`. User required to take action as in `actions` if this field set to `true`.

0 commit comments

Comments
 (0)