* Check the status of an order. * @param {string} orderId * @returns {Promise<{ok: boolean, data?: object, error?: string}>}
(orderId)
| 97 | * @returns {Promise<{ok: boolean, data?: object, error?: string}>} |
| 98 | */ |
| 99 | async function checkOrder(orderId) { |
| 100 | return getOrderStatus(orderId); |
| 101 | } |
| 102 | |
| 103 | /** |
| 104 | * Get ATP policy information (tiers, rates, etc.) |
no test coverage detected