Skip to content

Commit

Permalink
feat: [PQ-257] add ebollo configuration to checkout policy apim (#2668)
Browse files Browse the repository at this point in the history
* [PQ-257] add ebollo configuration to checkout policy apim

* [PQ-257] replaced when block with otherwise
  • Loading branch information
aferracci authored Mar 4, 2025
1 parent 7482b34 commit 077a840
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<value>WISP_REDIRECT</value>
</set-header>
</when>
<otherwise>
<set-header name="x-client-id" exists-action="override">
<value>CHECKOUT_CART</value>
</set-header>
</otherwise>
<!-- add here handling for future api clients to be integrated, such as SEND -->
</choose>
</inbound>
Expand Down

0 comments on commit 077a840

Please sign in to comment.