Skip to content

Commit

Permalink
Updates definitions file: adds back the service and renames the bean.
Browse files Browse the repository at this point in the history
  • Loading branch information
stiehlrod committed Dec 17, 2024
1 parent a14c5a7 commit 72c1c60
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ module FindPoaByParticipantId
##
# VnpProcFormWebServiceBean
#
module VnpProcFormWebService
module VnpProcFormWebServiceBean
DEFINITION =
Bean.new(
path: 'VnpProcFormWebServiceBean/VnpProcFormService',
Expand All @@ -410,6 +410,14 @@ module VnpProcFormWebService
)
end

module VnpProcFormService
DEFINITION =
Service.new(
bean: VnpProcFormWebServiceBean::DEFINITION,
path: 'VnpProcFormService'
)
end

##
# VnpProcWebServiceBeanV2
#
Expand Down

0 comments on commit 72c1c60

Please sign in to comment.