Skip to content

Commit

Permalink
changed the id (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
truthfool authored Apr 20, 2023
1 parent 991b87d commit d2aab70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ bpmn:
- id: "gsma_base_transaction"
direction: "${bpmn.outgoing-direction}"
type: "${bpmn.transfer-type}"
- id: "inbound_transfer-paygops"
- id: "inbound_transfer_paygops"
direction: "${bpmn.incoming-direction}"
type: "${bpmn.transfer-type}"
- id: "inbound_transfer-roster"
- id: "inbound_transfer_roster"
direction: "${bpmn.incoming-direction}"
type: "${bpmn.transfer-type}"
- id: "inbound_transfer-mifos"
- id: "inbound_transfer_mifos"
direction: "${bpmn.incoming-direction}"
type: "${bpmn.transfer-type}"
- id: "inbound_transfer_tupande"
Expand Down

0 comments on commit d2aab70

Please sign in to comment.