Skip to content

Commit 9221b7e

Browse files
committed
Fixed response schema for POST /account/payments/paypal
1 parent 8507005 commit 9221b7e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

openapi.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,14 @@ paths:
12481248
content:
12491249
application/json:
12501250
schema:
1251-
$ref: '#/components/schemas/PayPalExecute'
1251+
type: object
1252+
properties:
1253+
payment_id:
1254+
type: string
1255+
description: >
1256+
The paypal-generated ID for this payment. Used when
1257+
authorizing the payment in PayPal's interface.
1258+
example: PAY-1234567890ABCDEFGHIJKLMN
12521259
default:
12531260
$ref: '#/components/responses/ErrorResponse'
12541261
x-code-samples:

0 commit comments

Comments
 (0)