Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kyungmin opened this issue Jan 27, 2015 · 0 comments
Open

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

kyungmin opened this issue Jan 27, 2015 · 0 comments

Comments

@kyungmin
Copy link

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"
    }
  }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant