Skip to content

Commit

Permalink
Update MarketplaceService.yaml (#899)
Browse files Browse the repository at this point in the history
Fixed DisplaySubscriptionPeriod type being incorrectly set to a number
instead of string

## Changes

<!-- Please summarize your changes. -->

Just a type correction on the docs, I tried referencing this and got
back `/month` instead of a number.

<!-- Please link to any applicable information (forum posts, bug
reports, etc.). -->

## Checks

By submitting your pull request for review, you agree to the following:

- [x] This contribution was created in whole or in part by me, and I
have the right to submit it under the terms of this repository's open
source licenses.
- [x] I understand and agree that this contribution and a record of it
are public, maintained indefinitely, and may be redistributed under the
terms of this repository's open source licenses.
- [x] To the best of my knowledge, all proposed changes are accurate.

Co-authored-by: Andrew Etter <[email protected]>
  • Loading branch information
CoderzNation and aetter authored Nov 4, 2024
1 parent dfaa3e0 commit dd4ffec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ methods:
</tr>
<tr>
<td><code>DisplaySubscriptionPeriod</code></td>
<td>number</td>
<td>string</td>
<td>Localized subscription period text for display (for example, <code>/month</code>). Can be used together with <code>DisplayPrice</code>.</td>
</tr>
<tr>
Expand Down

0 comments on commit dd4ffec

Please sign in to comment.