Skip to content

Commit

Permalink
convert transactionId type - string to number
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanpierreMiccoli17 committed Nov 10, 2023
1 parent 9854232 commit f67b5c6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions reference/Car-Wash-API.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,19 @@ components:
type: object
x-tags:
- transaction
examples:
- card: string
amount: 0
date_time: '2019-08-24T14:15:22'
is_code: string
transaction_details:
- unit_price: 0
amount: 0
quantity: 0
article_code: string
transaction_id: string
terminal_id: string
card_pin: string
properties:
card:
type: string
Expand Down Expand Up @@ -219,7 +232,7 @@ components:
- quantity
- article_code
transaction_id:
type: string
type: number
description: Transaction identifier
terminal_id:
type: string
Expand All @@ -235,19 +248,6 @@ components:
- transaction_details
- transaction_id
- terminal_id
examples:
- card: string
amount: 0
date_time: '2019-08-24T14:15:22'
is_code: string
transaction_details:
- unit_price: 0
amount: 0
quantity: 0
article_code: string
transaction_id: string
terminal_id: string
card_pin: string
Transaction-output:
title: Transaction-output
x-stoplight:
Expand All @@ -273,7 +273,7 @@ components:
- "015": Generic error
- "904": Format error
transaction_id:
type: string
type: number
description: Echoed transaction identifier
card_balance:
type: number
Expand Down

0 comments on commit f67b5c6

Please sign in to comment.