Skip to content

Commit

Permalink
fix_linter_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroDiez committed Jun 11, 2024
1 parent 9c723cd commit 692c175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/API_definitions/carrier_billing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion code/API_definitions/carrier_billing_refund.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 692c175

Please sign in to comment.