Skip to content

Commit

Permalink
fix: update broker as query param
Browse files Browse the repository at this point in the history
  • Loading branch information
infantesimone committed Dec 19, 2024
1 parent bd097b3 commit 27bd3ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<set-variable name="authCheck"
value="@((string)context.Request.Url.Query.GetValueOrDefault("pspId", "") != ""
? context.Request.Url.Query.GetValueOrDefault("pspId", "")
: (string)context.Request.MatchedParameters["brokerfiscalcode"])"/>
: context.Request.Url.Query.GetValueOrDefault("brokerfiscalcode", ""])"/>

<choose>
<!-- Making sure that will excludes all APIs that does not includes CI fiscal code -->
Expand Down

0 comments on commit 27bd3ea

Please sign in to comment.