* GET /a2a/atp/order/:orderId -- check order status * @param {string} orderId
(orderId)
| 254 | * @param {string} orderId |
| 255 | */ |
| 256 | function getOrderStatus(orderId) { |
| 257 | const suffix = '/' + encodeURIComponent(orderId); |
| 258 | return _get('/atp/order' + suffix, '/a2a/atp/order' + suffix); |
| 259 | } |
| 260 | |
| 261 | /** |
| 262 | * GET /a2a/atp/proofs?node_id=...&role=... -- list delivery proofs |