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

Commit 91085c1

Browse files
Merge pull request #16 from topcoder-platform/issue_dup
Resolve duplicate payment issue
2 parents e6aae4f + 998adf2 commit 91085c1

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)