Skip to content

Commit 556a72b

Browse files
committed
Modified 3 files
1 parent a772ed2 commit 556a72b

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

.spectral.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"description": "",
3+
"formats": [
4+
"oas2",
5+
"oas3",
6+
"oas3.0",
7+
"oas3.1"
8+
],
9+
"aliases": {},
10+
"rules": {}
11+
}

.stoplight/styleguide.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"description": "",
3+
"spectralExtends": [],
4+
"formats": [
5+
"oas2",
6+
"oas3",
7+
"oas3.0",
8+
"oas3.1"
9+
],
10+
"aliases": {},
11+
"rules": {}
12+
}

reference/merchant.v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ components:
10211021
- idempotency_id
10221022
- currency
10231023
- amount
1024-
description: '**Please note** that using the same `idempotency_id` again in a new request will only result in the retrieval of the first resulting Transaction ID (`tid`), not a new payment, making it is safe to retry payment requests in case of network loss.'
1024+
description: '**Please note** that using the same `idempotency_id` again in a new request will only result in the retrieval of the first resulting Transaction ID (`tid`), not a new payment, making it safe to retry payment requests in case of network loss.'
10251025
pos.create:
10261026
content:
10271027
application/json:

0 commit comments

Comments
 (0)