mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-21 13:34:18 +00:00
📝 Fix documentation error
This commit is contained in:
parent
339760acce
commit
ad0372c6be
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ currency_symbol = "€"
|
|||
[Payments.CreditCard]
|
||||
# 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 = ""
|
||||
credit_card_token = "123456789:YOUR_TOKEN_HERE_"
|
||||
# Minimum wallet payment accepted (in miniumum currency units, $1.00 = 100 units)
|
||||
min_amount = 1000
|
||||
|
|
Loading…
Reference in a new issue