Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Paywalls: fixed "price" variable typo #258

Merged
merged 1 commit into from
Aug 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ We support the following variables:
| Variable | Description | Example Value |
| :------------------------ | :-------------------------------------------------------------------------------------------------------------- | :---------------- |
| product_name | The name of the product from the store (e.g. product localized title from StoreKit) for a given package | CatGPT |
| prices | The localized price of a given package | $39.99 |
| price | The localized price of a given package | $39.99 |
| price_per_period | The localized price of a given package with its period length if applicable | $39.99/yr |
| total_price_and_per_month | The localized price of a given package with its monthly equivalent price if it is not already a monthly package | $39.99 ($1.67/mo) |
| sub_price_per_month | The localized price of a given package converted to a monthly equivalent price | $3.33 |
Expand Down