Skip to content

Commit b6ec1aa

Browse files
committed
Fix DOCS_MONETIZATION_IMPLEMENTING_ONE_TIME_PURCHASES refs
1 parent 6b75f45 commit b6ec1aa

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/change-log/2024-04-24-premium-apps-one-time-purchases-and-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Two new features are now available for Premium Apps: One-Time Purchases and Stor
1010
* **Durable Items**: A one-time purchase that is permanent and is not subject to either renewal or consumption, such as lifetime access to an app's premium features.
1111
* **Consumable Items**: A one-time, non-renewable purchase that provides access, such as a temporary power-up or boost in a game.
1212

13-
Learn more about [Implementing One-Time Purchases](#DOCS_MONETIZATION_IMPLEMENTING_ONE-TIME_PURCHASES).
13+
Learn more about [Implementing One-Time Purchases](#DOCS_MONETIZATION_IMPLEMENTING_ONE_TIME_PURCHASES).
1414

1515
**A Store for Your Premium App**
1616

docs/change-log/2024-08-28-subscription-api-and-entitlement-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ As part of these changes, we've updated the documentation for Premium Apps.
3333
- Created a new [Enabling Monetization](#DOCS_MONETIZATION_ENABLING_MONETIZATION) page to cover setting up your team, managing payouts, and enabling monetization for your apps
3434
- Created a new [Managing SKUs](#DOCS_MONETIZATION_MANAGING_SKUS/creating-a-sku) page to document how to create, update, publish, and promote your SKUs
3535
- Moved and added [Entitlement](#DOCS_RESOURCES_ENTITLEMENT), [SKU](#DOCS_RESOURCES_SKU) and [Subscription](#DOCS_RESOURCES_SUBSCRIPTION) resources to the **Resources** section
36-
- Updated guides for [Implementing App Subscriptions](#DOCS_MONETIZATION_IMPLEMENTING_APP_SUBSCRIPTIONS) and [Implementing One-Time Purchases](#DOCS_MONETIZATION_IMPLEMENTING_ONE-TIME_PURCHASES)
36+
- Updated guides for [Implementing App Subscriptions](#DOCS_MONETIZATION_IMPLEMENTING_APP_SUBSCRIPTIONS) and [Implementing One-Time Purchases](#DOCS_MONETIZATION_IMPLEMENTING_ONE_TIME_PURCHASES)
3737

3838
### Subscription Entitlement Migration Guide
3939

docs/monetization/enabling-monetization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Now that you've set up your app for monetization, you can start adding code to s
7474
<Card title="Implementing App Subscriptions" link="#DOCS_MONETIZATION_IMPLEMENTING_APP_SUBSCRIPTIONS" icon="ShopIcon">
7575
Learn how to start and manage recurring subscriptions within your app.
7676
</Card>
77-
<Card title="Implementing One-Time Purchases" link="#DOCS_MONETIZATION_IMPLEMENTING_ONE-TIME_PURCHASES" icon="ShopIcon">
77+
<Card title="Implementing One-Time Purchases" link="#DOCS_MONETIZATION_IMPLEMENTING_ONE_TIME_PURCHASES" icon="ShopIcon">
7878
Learn how to implement one-time purchases in your app.
7979
</Card>
8080
</Container>

docs/monetization/implementing-iap-for-activities.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ When a user purchases a subscription SKU, an entitlement is created. For more in
9595

9696
### Handling One-Time Purchase Entitlements
9797

98-
When a user purchases a one-time purchase SKU, an entitlement is created. For more information on handling one-time purchase entitlements, see the [Implementing One-Time Purchases](#DOCS_MONETIZATION_IMPLEMENTING_ONE-TIME_PURCHASES) guide.
98+
When a user purchases a one-time purchase SKU, an entitlement is created. For more information on handling one-time purchase entitlements, see the [Implementing One-Time Purchases](#DOCS_MONETIZATION_IMPLEMENTING_ONE_TIME_PURCHASES) guide.
9999

100100
#### One-Time Purchases: Consumable and Durable Items
101101

@@ -105,7 +105,7 @@ When a user purchases a consumable SKU, an entitlement is created. This entitlem
105105

106106
If you want to offer an item that grants perks for an unlimited amount of time, you should use a durable SKU instead of a consumable SKU.
107107

108-
Learn more about consumable and durable items in the [Implementing One-Time Purchases](#DOCS_MONETIZATION_IMPLEMENTING_ONE-TIME_PURCHASES) guide.
108+
Learn more about consumable and durable items in the [Implementing One-Time Purchases](#DOCS_MONETIZATION_IMPLEMENTING_ONE_TIME_PURCHASES) guide.
109109

110110
---
111111

@@ -165,7 +165,7 @@ In summary, use the principle of "Trust (the SDK), but Verify (via the API)" to
165165

166166
## Testing Your In-App Purchases
167167

168-
To test your In-App Purchases in your Activity, you will need to follow testing guidelines for both types of SKUs: [One-Time Purchases](#DOCS_MONETIZATION_IMPLEMENTING_ONE-TIME_PURCHASES/testing-your-onetime-purchase-implementation) and [Subscriptions](#DOCS_MONETIZATION_IMPLEMENTING_APP_SUBSCRIPTIONS/testing-your-app-subscription-implementation).
168+
To test your In-App Purchases in your Activity, you will need to follow testing guidelines for both types of SKUs: [One-Time Purchases](#DOCS_MONETIZATION_IMPLEMENTING_ONE_TIME_PURCHASES/testing-your-onetime-purchase-implementation) and [Subscriptions](#DOCS_MONETIZATION_IMPLEMENTING_APP_SUBSCRIPTIONS/testing-your-app-subscription-implementation).
169169

170170
After you've tested your In-App Purchase flows, verify that your application has correctly granted the user the premium perks associated with the SKUs that were purchased during testing.
171171

docs/monetization/managing-skus.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ After you've published your SKUs, you are ready to start implementing your premi
152152
<Card title="Implementing App Subscriptions" link="#DOCS_MONETIZATION_IMPLEMENTING_APP_SUBSCRIPTIONS" icon="ShopIcon">
153153
Learn how to start and manage recurring subscriptions within your app.
154154
</Card>
155-
<Card title="Implementing One-Time Purchases" link="#DOCS_MONETIZATION_IMPLEMENTING_ONE-TIME_PURCHASES" icon="ShopIcon">
155+
<Card title="Implementing One-Time Purchases" link="#DOCS_MONETIZATION_IMPLEMENTING_ONE_TIME_PURCHASES" icon="ShopIcon">
156156
Learn how to implement one-time purchases in your app.
157157
</Card>
158158
</Container>

docs/monetization/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidebar_label: Overview
1111
Premium Apps lets you prompt customers to start subscriptions or purchase one-time items with our easy-to-use checkout and payment process. Discord notifies your app of the user's purchase, allowing you to grant access to your premium features.
1212

1313
- Sell monthly recurring [subscriptions](#DOCS_MONETIZATION_IMPLEMENTING_APP_SUBSCRIPTIONS) for your app's premium functionality within Discord
14-
- Sell [one-time purchases](#DOCS_MONETIZATION_IMPLEMENTING_ONE-TIME_PURCHASES) for both durable and consumable items or functionality within your app
14+
- Sell [one-time purchases](#DOCS_MONETIZATION_IMPLEMENTING_ONE_TIME_PURCHASES) for both durable and consumable items or functionality within your app
1515
- Highlight your app's premium benefits on the App Directory and on your own [Store](#DOCS_MONETIZATION_MANAGING_SKUS/viewing-your-store-page) page
1616
- Offer native product tie-ins and upsells on the App Directory, app profiles, and in-chat
1717
- With secure transactions & fraud detection, your customers can securely pay for purchases without leaving Discord

0 commit comments

Comments
 (0)