Skip to content

Commit 6bad459

Browse files
authored
Update: components/schemas/PaymentRequest (#99)
Affects: POST /account/payments Insert disclaimer for $50,000 credit card payment limit in description of usd property.
1 parent 46ce276 commit 6bad459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15239,7 +15239,8 @@ components:
1523915239
usd:
1524015240
type: string
1524115241
description: >
15242-
The amount in US Dollars of the Payment.
15242+
The amount in US Dollars of the Payment. The maximum credit card
15243+
payment that can be made is $50,000 dollars.
1524315244
example: '120.50'
1524415245
PayPal:
1524515246
type: object

0 commit comments

Comments
 (0)