Skip to content

Commit

Permalink
Merge pull request #20 from danishjamal104/master
Browse files Browse the repository at this point in the history
Added slcb bpmn in config
  • Loading branch information
danishjamal104 authored Aug 29, 2022
2 parents e2b8c74 + 963e279 commit ac55a7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ bpmn:
- id: "mpesa_flow-paygops"
direction: "${bpmn.incoming-direction}"
type: "${bpmn.transaction-request-type}"
- id: "slcb-ibank-usa"
direction: "UNKNOWN"
type: "${bpmn.batch-type}"
- id: "slcb-ibank-india"
direction: "UNKNOWN"
type: "${bpmn.batch-type}"

logging:
level:
Expand Down

0 comments on commit ac55a7d

Please sign in to comment.