Skip to content

Commit

Permalink
Merge pull request #698 from balanced/holds
Browse files Browse the repository at this point in the history
Add order to hold spec
  • Loading branch information
rserna2010 committed Sep 26, 2014
2 parents ef40a57 + 690b633 commit 4c542b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fixtures/_models/card_hold.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@
"string"
],
"pattern": "WD[a-zA-Z0-9]{16,32}"
},
"order": {
"description": "The associated order for this hold.",
"type": [
"null",
"string"
],
"pattern": "OR[a-zA-Z0-9]{16,32}"
}
},
"requird": [
Expand Down

0 comments on commit 4c542b0

Please sign in to comment.