Skip to content

Commit

Permalink
fix: minor fixes for pay wallet app (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
infantesimone authored Jun 13, 2024
1 parent a0fc175 commit 813cce0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 19 deletions.
32 changes: 14 additions & 18 deletions src/domains/pay-wallet-app/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/domains/pay-wallet-app/04_apim_io_payment_wallet.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module "apim_io_payment_wallet_api_v1" {
})

xml_content = templatefile("./api/io-payment-wallet/v1/_base_policy.xml.tpl", {
hostname = local.wallet_hostname
hostname = local.payment_wallet_hostname
})
}

Expand Down
14 changes: 14 additions & 0 deletions src/domains/pay-wallet-app/api_product/_base_policy.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<policies>
<inbound>
<base />
</inbound>
<backend>
<base />
</backend>
<outbound>
<base />
</outbound>
<on-error>
<base />
</on-error>
</policies>

0 comments on commit 813cce0

Please sign in to comment.