We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e255e4e commit 81fa650Copy full SHA for 81fa650
dist/betting.yaml
@@ -236,7 +236,7 @@ paths:
236
$ref: '#/paths/~1bank~1resolve/get/responses/401'
237
default:
238
description: Server error
239
- /transaction/verify:
+ '/transaction/verify/{reference}':
240
get:
241
tags:
242
- Transaction
use_cases/betting.yaml
@@ -21,7 +21,7 @@ paths:
21
$ref: '../main/resources/transaction/initialize.yaml'
22
/transaction/charge_authorization:
23
$ref: '../main/resources/transaction/charge-authorization.yaml'
24
+ /transaction/verify/{reference}:
25
$ref: '../main/resources/transaction/verify.yaml'
26
/bank/resolve:
27
$ref: '../main/resources/verification/resolve-bank.yaml'
0 commit comments