Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 7840a89

Browse files
Merge pull request #17 from topcoder-platform/develop
PROD_Release: Resolve duplicated payment issue
2 parents 5b18f26 + 91085c1 commit 7840a89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/processorService.js

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ processUpdate.schema = {
120120
originator: Joi.string().required(),
121121
timestamp: Joi.date().required(),
122122
'mime-type': Joi.string().required(),
123+
key: Joi.string().allow(null),
123124
payload: Joi.object().keys({
124125
id: Joi.string().required(),
125126
legacyId: Joi.number().integer().positive(),

0 commit comments

Comments
 (0)