Skip to content

Commit

Permalink
added ids for inboundtransfer and paybill usecase (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
truthfool authored Mar 10, 2023
1 parent ef3108f commit 237a15a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,13 @@ bpmn:
- id: "gsma_base_transaction"
direction: "${bpmn.outgoing-direction}"
type: "${bpmn.transfer-type}"
- id: "mpesa_paybill"
- id: "inbound_transfer-paygops"
direction: "${bpmn.incoming-direction}"
type: "${bpmn.transfer-type}"
- id: "inbound_transfer-roster"
direction: "${bpmn.incoming-direction}"
type: "${bpmn.transfer-type}"
- id: "inbound_transfer-mifos"
direction: "${bpmn.incoming-direction}"
type: "${bpmn.transfer-type}"

Expand Down

0 comments on commit 237a15a

Please sign in to comment.