From 692c175329b0e5617e4bbdab0a2c798ff83213c5 Mon Sep 17 00:00:00 2001 From: PEDRO DIEZ GARCIA Date: Tue, 11 Jun 2024 13:25:47 +0200 Subject: [PATCH] fix_linter_comment --- code/API_definitions/carrier_billing.yaml | 2 +- code/API_definitions/carrier_billing_refund.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/carrier_billing.yaml b/code/API_definitions/carrier_billing.yaml index 2008795..a1ed250 100644 --- a/code/API_definitions/carrier_billing.yaml +++ b/code/API_definitions/carrier_billing.yaml @@ -1023,7 +1023,7 @@ components: properties: id: type: string - description: |- + description: |- Unique payment item identifier. Relevant to uniquely identify an item within a given payment when `paymentDetails` are provided and also to correlate information when a refund regarding this item is performed, by means of using `refundDetails`. example: "3goug3uvu32v3b" amount: diff --git a/code/API_definitions/carrier_billing_refund.yaml b/code/API_definitions/carrier_billing_refund.yaml index ebcd6fc..789ad4b 100644 --- a/code/API_definitions/carrier_billing_refund.yaml +++ b/code/API_definitions/carrier_billing_refund.yaml @@ -672,7 +672,7 @@ components: properties: paymentItemId: type: string - description: |- + description: |- Unique payment item identifier to which this refund item is related to. Relevant when indicating `refundDetails` to correlate information for a refund regarding this `paymentItemId`. example: "3goug3uvu32v3b" amount: