Skip to content

Commit 881ed83

Browse files
Clarity around test mode (#7698)
Adds a sub-bullet to explain that CONSUMABLE skus are re-purchasable in test mode, which is different from the production behavior.
1 parent 6c8c9b5 commit 881ed83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/monetization/implementing-one-time-purchases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ When creating items for one-time purchase, you can choose between durable and co
2929
- You will receive an `ENTITLEMENT_CREATE` event via the Gateway.
3030
- This entitlement is now available via the `LIST Entitlements` API endpoint.
3131
- This entitlement will be available on `Interaction Payloads` initiated from the entitled user or users in a guild (for guild subscriptions).
32-
- The purchasing user is unable to make another purchase of this specific SKU until you consume the entitlement using the [Consume Entitlement API](/docs/resources/entitlement#consume-an-entitlement) endpoint.
32+
- Users cannot repurchase this SKU until you consume the entitlement using the [Consume Entitlement API](/docs/resources/entitlement#consume-an-entitlement) endpoint.
33+
- In [Test Mode](/docs/monetization/implementing-one-time-purchases#using-application-test-mode), repeated purchases are permitted without consumption for developer convenience.
3334
- When you receive an `ENTITLEMENT_CREATE` event for a consumable SKU, you should process the item purchase in your app and consume the entitlement as soon as possible.
3435

3536
---

0 commit comments

Comments
 (0)