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

Commit d600cd6

Browse files
Merge pull request #73 from topcoder-platform/develop
PROD Release - resolve duplicate payment issue
2 parents 834e86a + 699f2aa commit d600cd6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ workflows:
7070
branches:
7171
only:
7272
- develop
73-
- feature/negative_length_error_fix
7473

7574
# Production builds are exectuted only on tagged commits to the
7675
# master branch.

src/services/ProcessorService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@ processMessage.schema = {
728728
originator: Joi.string().required(),
729729
timestamp: Joi.date().required(),
730730
'mime-type': Joi.string().required(),
731+
key: Joi.string().allow(null),
731732
payload: Joi.object().keys({
732733
legacyId: Joi.number().integer().positive(),
733734
legacy: Joi.object().keys({

0 commit comments

Comments
 (0)