From 45eadb74b249f26ae3f2cd5d2d0b78cb547c768b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 7 Apr 2020 23:52:17 +0200 Subject: [PATCH] Clarify how to disable credit card payments in the template config --- config/template_config.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/template_config.ini b/config/template_config.ini index 070fc72..60b41f8 100644 --- a/config/template_config.ini +++ b/config/template_config.ini @@ -18,7 +18,7 @@ language = it_IT # Telegram bot parameters [Telegram] -; Your bot token goes here. Get one from @BotFather! +; Your bot token goes here. Get one from https://t.me/BotFather! token = 123456789:YOUR_TOKEN_GOES_HERE_______________ ; Time in seconds before a conversation (thread) with no new messages expires ; A lower value reduces memory usage, but can be inconvenient for the users @@ -49,7 +49,9 @@ currency_symbol = "€" # Credit card payment settings [Credit Card] -; Provider token: get the token by linking the payment provider with @BotFather +; Telegram Payments provider token obtainable at https://t.me/BotFather in the bot's Payments menu +; If empty, credit card payments are disabled. +# credit_card_token = credit_card_token = 123456789:YOUR_TOKEN_HERE_ ; Minimum wallet payment accepted (in miniumum currency units, $1.00 = 100 units) min_amount = 1000