Skip to content

Commit

Permalink
Rename Subscription endTime to churnTime (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkarpetin authored Mar 20, 2024
1 parent c4d069f commit 17966c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openapi/components/schemas/StorefrontSubscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ properties:
x-basic: true
example: null
format: date-time
endTime:
description: Date and time when the subscription ends.
churnTime:
description: Date and time when the subscription is deactivated.
x-sortable: true
type: string
format: date-time
Expand Down
4 changes: 2 additions & 2 deletions openapi/components/schemas/Subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ properties:
x-basic: true
example: null
format: date-time
endTime:
description: Date and time when the subscription ends.
churnTime:
description: Date and time when the subscription is deactivated.
x-sortable: true
type:
- 'string'
Expand Down

0 comments on commit 17966c2

Please sign in to comment.