From 9747a3389a1af1934584ccdeb61b4f326feb6795 Mon Sep 17 00:00:00 2001 From: lewinskimaciej Date: Mon, 20 Nov 2023 13:23:12 +0100 Subject: [PATCH] Fix typo --- pages/service/transactions/custom-charges.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/service/transactions/custom-charges.mdx b/pages/service/transactions/custom-charges.mdx index b3b24f1..0842a56 100644 --- a/pages/service/transactions/custom-charges.mdx +++ b/pages/service/transactions/custom-charges.mdx @@ -4,7 +4,7 @@ title: Custom charges ### Custom charges of in-game currencies (coming soon) -Another — and probably the most interesting option for most developers - is charging in-game (ERC20) tokens as a form of payment for transactions. To easily explain the flexibility this gives you, let's assume you have an in-game token called 'Gold'. Users obtain these gold either through playing your game, or by making an in-app purchase, and you would like to charge users their Gold when you handle a transaction for them. +Another — and probably the most interesting option for most developers - is charging in-game (ERC20) tokens as a form of payment for transactions. To easily explain the flexibility this gives you, let's assume you have an in-game token called 'Gold'. Users obtain Gold either through playing your game, or by making an in-app purchase, and you would like to charge users their Gold when you handle a transaction for them. ### Creating a custom charge policy