Skip to content

Commit

Permalink
Merge pull request #1 from CommonGateway/fix/geboorte
Browse files Browse the repository at this point in the history
Small fix on case type for birth and a key duplication
  • Loading branch information
rjzondervan authored Jun 2, 2023
2 parents 35c810c + 0ba7b3c commit d7bd3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Installation/Action/vrijbrp.geboorteToGateway.action.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"conditions": {
"==": [
{
"var": "body.SOAP-ENV:Body.ns2:zakLk01.ns2:object.ns2:object.ns2:isVan.ns2:gerelateerde.ns2:code"
"var": "body.SOAP-ENV:Body.ns2:zakLk01.ns2:object.ns2:isVan.ns2:gerelateerde.ns2:code"
},
"B0337"
"B0237"
]
},
"class": "CommonGateway\\CoreBundle\\ActionHandler\\RequestProxyHandler",
Expand Down

0 comments on commit d7bd3b2

Please sign in to comment.