diff --git a/server.py b/server.py index 22b00d8..a519d08 100644 --- a/server.py +++ b/server.py @@ -284,15 +284,9 @@ def create_yookassa_payment(reg_id, amount, description, return_url, customer_em "value": f"{amount:.2f}", "currency": "RUB" }, - "vat_code": 1, # "Без НДС" (no VAT) + "vat_code": 1, # Без НДС "payment_mode": "full_payment", - "payment_subject": "service", - "agent_type": "bank_paying_agent", - "supplier_info": { - "phone": config.SUPPLIER_PHONE, - "name": config.SUPPLIER_NAME, - "inn": config.SUPPLIER_INN - } + "payment_subject": "service" } ] }