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

Commit 5a09b2f

Browse files
update legacy payment
1 parent e6aae4f commit 5a09b2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ workflows:
6969
filters:
7070
branches:
7171
only:
72-
- develop
72+
- issue_dup
7373

7474
# Production builds are exectuted only on tagged commits to the
7575
# master branch.

src/services/processorService.js

Lines changed: 1 addition & 0 deletions
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)