Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 6912a2a

Browse files
sinediedmanekinekko
authored andcommitted
fix(stripe): openapi spec
1 parent 2deb661 commit 6912a2a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

packages/stripe/openapi.yaml

+11-1
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,22 @@ components:
152152
description: The URL of the checkout session
153153
example: "https://pay.here.com"
154154

155-
Error:
155+
Message:
156156
type: object
157157
required:
158158
- message
159159
properties:
160160
message:
161+
type: string
162+
description: The status message
163+
example: "Operation successful"
164+
165+
Error:
166+
type: object
167+
required:
168+
- error
169+
properties:
170+
error:
161171
type: string
162172
description: error message
163173
example: "A detailed error message"

0 commit comments

Comments
 (0)