Skip to content

Commit

Permalink
Merge pull request #175 from openactive/booking-prepayment-fix
Browse files Browse the repository at this point in the history
Fix required status type (part of #98)
  • Loading branch information
ldodds committed Sep 21, 2018
2 parents de77bc9 + b8db736 commit bce25f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions EditorsDraft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2958,17 +2958,19 @@
<tr>
<td>[`oa:advanceBooking`](https://openactive.io/advanceBooking)</td>
<td><em class="rfc2119">OPTIONAL</em></td>
<td>String</td>
<td>[`oa:RequiredStatusType`](https://openactive.io/RequiredStatusType)</td>
<td>Indicates whether to accept this offer, a participant must book in advance,
whether they must pay on attending, or have option to do either.
Values MUST be one of the three URIs defined by this specification (see below).
</td>
</tr>
<tr>
<td>[`oa:prepayment`](https://openactive.io/prepayment)</td>
<td><em class="rfc2119">OPTIONAL</em></td>
<td>String</td>
<td>[`oa:RequiredStatusType`](https://openactive.io/RequiredStatusType)</td>
<td>Indicates whether to accept this offer, a participant must pay in advance,
pay when attending, or have the option to do either.
Values MUST be one of the three URIs defined by this specification (see below).
</td>
</tr>
</tbody>
Expand Down

0 comments on commit bce25f9

Please sign in to comment.