Skip to content

Commit 13fe8cb

Browse files
committed
[IMP] iap: document account deactivation
A new way to disable IAP accounts has been introduced recently. This feature is mostly used in neutralization scripts to prevent customers from accidentaly consuming their credits on their staging/testing databases. Documenting it will help users re-enable their accounts if they still wish to use it in a testing environment. closes #6139 X-original-commit: fa604a9 Signed-off-by: Louis Baudoux (lba) <[email protected]>
1 parent 9f04099 commit 13fe8cb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/applications/general/in_app_purchase.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,18 @@ Services`.
2424
IAP accounts
2525
============
2626

27-
Credits to use IAP services are stored on IAP accounts, which are specific to each service and
28-
database. By default, IAP accounts are common to all companies, but can be restricted to specific
27+
Credits to use IAP services are stored on IAP accounts, which are specific to each service.
28+
By default, IAP accounts are common to all companies, but can be restricted to specific
2929
ones. Activate the :ref:`developer mode <developer-mode>`, then go to :menuselection:`Technical
3030
Settings --> IAP Account`.
3131

3232
.. image:: in_app_purchase/image2.png
3333
:align: center
3434

35+
.. tip::
36+
An IAP account can be disabled by appending `+disabled` to its token.
37+
Reverting this change will re-enable the account.
38+
3539
IAP Portal
3640
==========
3741

0 commit comments

Comments
 (0)