Skip to content

Commit

Permalink
docs(developer): fix App Pricing info (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Feb 4, 2025
1 parent df6f217 commit 73ce932
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Example:
"yearly": "800",
"currency": "USD"
},
"trial": "7"
"trial": true
}
]
```
Expand All @@ -228,7 +228,7 @@ Where:
|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|
| `plan_type` | The type of app's plan. Possible values: `recurring` and `free`. |
| `price` | The price of the app. Should contain an object with the `monthly` or/and `yearly` value. Available `currency` values are "USD" and "EUR". |
| `trial` | The length of the app trial period in days (if applicable). |
| `trial` | Defines if the application has a trial period. By default it's 14 days for crowdin.com and 30 days for Crowdin Enterprise. |

## App Review Process

Expand Down

0 comments on commit 73ce932

Please sign in to comment.