Skip to content

Commit cbefee9

Browse files
Swagger getMerchantTransactionsReport reportDTO
1 parent c17b46f commit cbefee9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/idpay/20_apim_api_portal.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,13 @@ module "idpay_itn_merchant_portal" {
569569
ingress_load_balancer_hostname = local.domain_aks_ingress_hostname
570570
})
571571
},
572+
{
573+
operation_id = "generateReport"
574+
575+
xml_content = templatefile("./apim/api/idpay_merchants_portal/generate-report-policy.xml.tpl", {
576+
ingress_load_balancer_hostname = local.domain_aks_ingress_hostname
577+
})
578+
},
572579
{
573580
operation_id = "getRewardBatches"
574581

src/idpay/apim/api/idpay_merchant/generate-merchant-transactions-report-policy.xml.tpl renamed to src/idpay/apim/api/idpay_merchant/generate-report-policy.xml.tpl

File renamed without changes.

0 commit comments

Comments
 (0)