mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-21 21:44:19 +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]
|
[Payments.CreditCard]
|
||||||
# Telegram Payments provider token obtainable at https://t.me/BotFather in the bot's Payments menu
|
# Telegram Payments provider token obtainable at https://t.me/BotFather in the bot's Payments menu
|
||||||
# If empty, credit card payments are disabled.
|
# If empty, credit card payments are disabled.
|
||||||
# credit_card_token =
|
# credit_card_token = ""
|
||||||
credit_card_token = "123456789:YOUR_TOKEN_HERE_"
|
credit_card_token = "123456789:YOUR_TOKEN_HERE_"
|
||||||
# Minimum wallet payment accepted (in miniumum currency units, $1.00 = 100 units)
|
# Minimum wallet payment accepted (in miniumum currency units, $1.00 = 100 units)
|
||||||
min_amount = 1000
|
min_amount = 1000
|
||||||
|
|
Loading…
Reference in a new issue