balanced / balanced-api

Balanced API specification.
220 stars 72 forks source link

"orders/{:order_id}/holds" link is missing #741

Open kyungmin opened 9 years ago

kyungmin commented 9 years ago

If the user creates a hold referencing to an order, there's no way to view the new hold from the orders page.

{
  "orders": [
  {
    "links": {
      "orders.merchant": "/customers/{orders.merchant}",
      "orders.credits": "/orders/{orders.id}/credits",
      "orders.reversals": "/orders/{orders.id}/reversals",
      "orders.events": "/orders/{orders.id}/events",
      "orders.refunds": "/orders/{orders.id}/refunds",
      "orders.debits": "/orders/{orders.id}/debits",
      "orders.buyers": "/orders/{orders.id}/buyers"
    }
  }
  ]
}