From d2aab706ac6cb7513179309f7f1b2d4a0f58f850 Mon Sep 17 00:00:00 2001 From: Ishan Ranasingh <44061541+truthfool@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:30:27 +0530 Subject: [PATCH] changed the id (#38) --- src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 24172015..d7bf944f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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"