v_0.0
This commit is contained in:
@@ -126,6 +126,9 @@ def get_payment_method_keyboard(months: int, price: float,
|
||||
if settings.YOOKASSA_ENABLED:
|
||||
builder.button(text=_("pay_with_yookassa_button"),
|
||||
callback_data=f"pay_yk:{months}:{price}")
|
||||
if settings.FREEKASSA_ENABLED:
|
||||
builder.button(text=_("pay_with_freekassa_button"),
|
||||
callback_data=f"pay_fk:{months}:{price}")
|
||||
if settings.CRYPTOPAY_ENABLED:
|
||||
builder.button(text=_("pay_with_cryptopay_button"),
|
||||
callback_data=f"pay_crypto:{months}:{price}")
|
||||
|
||||
Reference in New Issue
Block a user