hotfix: Allow sale_amount product updates (#346)
This commit is contained in:
committed by
GitHub
parent
fd14e243da
commit
5d63b0c8d2
@@ -246,6 +246,7 @@ export default async (req, res) => {
|
||||
amount: Validator.number()
|
||||
.integer()
|
||||
.required(),
|
||||
sale_amount: Validator.number().optional(),
|
||||
})
|
||||
.xor("region_id", "currency_code")
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user