Skip to content

Commit dd4ffec

Browse files
CoderzNationaetter
andauthored
Update MarketplaceService.yaml (#899)
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]>
1 parent dfaa3e0 commit dd4ffec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/classes/MarketplaceService.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ methods:
598598
</tr>
599599
<tr>
600600
<td><code>DisplaySubscriptionPeriod</code></td>
601-
<td>number</td>
601+
<td>string</td>
602602
<td>Localized subscription period text for display (for example, <code>/month</code>). Can be used together with <code>DisplayPrice</code>.</td>
603603
</tr>
604604
<tr>

0 commit comments

Comments
 (0)