Skip to content

Commit

Permalink
fixed confirm policy rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rajaneeshk90 committed Jun 27, 2024
1 parent 920ecf8 commit 42f9196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion api/transaction/build/transaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -530,10 +530,11 @@ paths:
order:
properties:
payments:
type: array
items:
properties:
type:
const: PRE-PRDER
const: PRE-ORDER
then:
properties:
message:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ if:
order:
properties:
payments:
type: array
items:
properties:
type:
const: "PRE-PRDER"
const: "PRE-ORDER"
then:
properties:
message:
Expand Down

0 comments on commit 42f9196

Please sign in to comment.