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

Adding currency rejection scenario to seatnonbid #177

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion extensions/community_extensions/seat-non-bid.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,10 @@ There are many reasons for a non bid scenario and it is understood not all can b
<td>204</td>
<td>Request Blocked - Privacy</td>
</tr>
<tr>
<td>205</td>
<td>Request Blocked - Unsupported Currency</td>
</tr>
<tr>
<td>300</td>
<td>Response Rejected - General</td>
Expand Down Expand Up @@ -401,4 +405,4 @@ Non Bid Status Code values are purposefully organized into the following ranges
<td>Seat may need to resolve.</td>
</tr>
</tbody>
</table>
</table>