Skip to content

Commit 17931c1

Browse files
chore: update data type
1 parent 1c23d9c commit 17931c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/paystack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2611,7 +2611,7 @@ paths:
26112611
name: plan
26122612
description: Plan ID
26132613
schema:
2614-
type: number
2614+
type: integer
26152615
example: 2697466
26162616
- in: query
26172617
name: customer

src/assets/openapi/paths/subscription.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ get:
4040
name: plan
4141
description: Plan ID
4242
schema:
43-
type: number
43+
type: integer
4444
example: 2697466
4545
- in: query
4646
name: customer

0 commit comments

Comments
 (0)