Skip to content

Commit

Permalink
Dependency reservation_price fields mutually exclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
richfab committed May 27, 2024
1 parent 26ab130 commit 16cfc6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion v3.1-RC/system_pricing_plans.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,11 @@
"price",
"is_taxable",
"description"
]
],
"dependencies": {
"reservation_price_flat_rate": { "not": { "required": ["reservation_price_per_min"] } },
"reservation_price_per_min": { "not": { "required": ["reservation_price_flat_rate"] } }
}
}
}
},
Expand Down

0 comments on commit 16cfc6f

Please sign in to comment.