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

Resolving duplicate payment issue #72

Merged
merged 2 commits into from
Mar 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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