Skip to content

Commit

Permalink
added id for paybill workflow (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
truthfool authored Feb 3, 2023
1 parent f4eeabf commit ef3108f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ bpmn:
- id: "gsma_base_transaction"
direction: "${bpmn.outgoing-direction}"
type: "${bpmn.transfer-type}"
- id: "mpesa_paybill"
direction: "${bpmn.incoming-direction}"
type: "${bpmn.transfer-type}"

logging:
level:
Expand Down

0 comments on commit ef3108f

Please sign in to comment.