Skip to content

Commit dc7fcd8

Browse files
authored
Merge pull request github#16145 from CraigThatcher/patch-2
Update webhook-events-for-the-github-marketplace-api.md
2 parents 2311307 + 9f33bcc commit dc7fcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/developers/github-marketplace/using-the-github-marketplace-api-in-your-app/webhook-events-for-the-github-marketplace-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Key | Type | Description
5151
`name` | `string` | The plan's name.
5252
`description` | `string` | This plan's description.
5353
`monthly_price_in_cents` | `integer` | The monthly price of this plan in cents (US currency). For example, a listing that costs 10 US dollars per month will be 1000 cents.
54-
`yearly_price_in_cents` | `integer` | The yearly price of this plan in cents (US currency). For example, a listing that costs 100 US dollars per month will be 10000 cents.
54+
`yearly_price_in_cents` | `integer` | The yearly price of this plan in cents (US currency). For example, a listing that costs 100 US dollars per month will be 120000 cents.
5555
`price_model` | `string` | The pricing model for this listing. Can be one of `flat-rate`, `per-unit`, or `free`.
5656
`has_free_trial` | `boolean` | `true` when this listing offers a free trial.
5757
`unit_name` | `string` | The name of the unit. If the pricing model is not `per-unit` this will be `nil`.

0 commit comments

Comments
 (0)