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

Commit

Permalink
Merge pull request #73 from topcoder-platform/develop
Browse files Browse the repository at this point in the history
PROD Release - resolve duplicate payment issue
  • Loading branch information
LieutenantRoger authored Mar 7, 2022
2 parents 834e86a + 699f2aa commit d600cd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ workflows:
branches:
only:
- develop
- feature/negative_length_error_fix

# Production builds are exectuted only on tagged commits to the
# master branch.
Expand Down
1 change: 1 addition & 0 deletions src/services/ProcessorService.js
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ processMessage.schema = {
originator: Joi.string().required(),
timestamp: Joi.date().required(),
'mime-type': Joi.string().required(),
key: Joi.string().allow(null),
payload: Joi.object().keys({
legacyId: Joi.number().integer().positive(),
legacy: Joi.object().keys({
Expand Down

0 comments on commit d600cd6

Please sign in to comment.