Skip to content

Commit

Permalink
- Fixed "ON" value in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMBligh committed Sep 30, 2019
1 parent 1080a0b commit 54a3d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/includes/swagger/cds_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3091,11 +3091,11 @@ definitions:
nonBusinessDayTreatment:
type: string
description: Enumerated field giving the treatment where a scheduled payment date is not a business day. If absent assumed to be ON
default: ON
default: "ON"
enum:
- AFTER
- BEFORE
- ON
- "ON"
- ONLY
intervals:
type: array
Expand Down
4 changes: 2 additions & 2 deletions slate/source/includes/swagger/cds_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3091,11 +3091,11 @@ definitions:
nonBusinessDayTreatment:
type: string
description: Enumerated field giving the treatment where a scheduled payment date is not a business day. If absent assumed to be ON
default: ON
default: "ON"
enum:
- AFTER
- BEFORE
- ON
- "ON"
- ONLY
intervals:
type: array
Expand Down

0 comments on commit 54a3d89

Please sign in to comment.