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

Commit

Permalink
privacy page update and subscriptions/implementation update
Browse files Browse the repository at this point in the history
  • Loading branch information
benjokoren-ow committed Jul 9, 2024
1 parent ddcb563 commit 0f5cff6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
6 changes: 2 additions & 4 deletions pages/legal/developer-privacy-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sidebar_custom_props:
electron_platform: false
---

***Last Updated: March 19, 2024***
***Last Updated: July 09, 2024***

This privacy policy (“**Privacy** **Policy**” or “**Policy**”) describes how
**Overwolf Ltd.** (“**Overwolf**”, “**we**”, “**us**”, or “**our**”) collect,
Expand Down Expand Up @@ -42,10 +42,8 @@ that is collected and processed when they engage and use the Developer's applica
and services. The processing of the such end user's data shall be subject of the
terms of Overwolf Data Processing Agreement between Overwolf and the Developer.

import VendorCount from './vendor-count';

_Overwolf participates in the IAB Transparency & Consent Framework and complies
with its Specifications and policies. Overwolf's CMP number within the framework is <VendorCount />._
with its Specifications and policies. Overwolf's CMP number within the framework is 246._

_Overwolf's use and transfer of information received from Google APIs to any other
app will adhere to [Google API Services User Data Policy](http://strip/?q=http%3A%2F%2Fstrip%2F%3Fq%3Dhttps%253A%252F%252Fdevelopers.google.com%252Fterms%252Fapi-services-user-data-policy%2523additional_requirements_for_specific_api_scopes),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,19 @@ You MUST first [configure a webhook](#setting-up-webhook) before you can create
:::

The store is now set up, but it still needs to define packages that can be sold. To do that:

For Regular packages **without** upgrade/downgrade methods:
* Head to the [Packages](https://creator.tebex.io/packages) page (make sure you're viewing the right store).
* Create a package for every plan you wish to support, supplying it with all the details you want. Keep in mind that:
* **Pricing** - The package MUST be set to `Recurring Payment = Charge a recurring subscription`, to ensure that it is an actual subscription.
* **Pricing** - The package MUST be set to `Recurring Payment = Charge a recurring subscription`, to ensure that it is an actual subscription.

For packages that **support** upgrade/downgrade methods:
* Head to the [Packages](https://creator.tebex.io/packages) page (make sure you're viewing the right store).
* Create a new Category, supplying it with all the details you want.
* Turn on the `Enable Tiers` button (This will enable the upgrade/downgrade system for all packages under that category).
* After the category creation, create a package for every plan you wish to support. Keep in mind that:
* Category - The package MUST be set to the created category that support `Tiers`.
* Pricing - The package MUST be set to `Recurring Payment = Charge a recurring subscription`, to ensure that it is an actual subscription.

### Store ID and Private Key

Expand Down

0 comments on commit 0f5cff6

Please sign in to comment.