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

Commit

Permalink
subscriptions/implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
benjokoren-ow committed Jul 9, 2024
1 parent 0f5cff6 commit e3e3d90
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ The store is now set up, but it still needs to define packages that can be sold.
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.
* 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 e3e3d90

Please sign in to comment.