1
Fork 0
mirror of https://github.com/Steffo99/greed.git synced 2024-11-21 21:44:19 +00:00

Clarify how to disable credit card payments in the template config

This commit is contained in:
Steffo 2020-04-07 23:52:17 +02:00
parent 13243521a5
commit 45eadb74b2

View file

@ -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