Skip to content

Commit 14cb62b

Browse files
authored
Update MarketplaceService.yaml
Fixed DisplaySubscriptionPeriod type being incorrectly set to a number instead of string
1 parent 214b9f6 commit 14cb62b

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)