From 2750517be42bdac092e6540d8c6655cc1173fff2 Mon Sep 17 00:00:00 2001 From: Vladless Date: Sat, 14 Dec 2024 00:37:20 +0300 Subject: [PATCH] vat_code --- handlers/payments/yookassa_pay.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handlers/payments/yookassa_pay.py b/handlers/payments/yookassa_pay.py index c1687107..01618660 100644 --- a/handlers/payments/yookassa_pay.py +++ b/handlers/payments/yookassa_pay.py @@ -120,7 +120,7 @@ async def process_amount_selection(callback_query: types.CallbackQuery, state: F "description": "Пополнение баланса", "quantity": "1.00", "amount": {"value": str(amount), "currency": "RUB"}, - "vat_code": 6, + "vat_code": 1, } ], }, @@ -215,7 +215,7 @@ async def process_custom_amount_input(message: types.Message, state: FSMContext) "value": str(amount), "currency": "RUB", }, - "vat_code": 6, + "vat_code": 1, } ], },