fix: 20 rub mock

This commit is contained in:
2026-04-22 13:34:55 +03:00
parent ab772f1f02
commit d1ac7e8e84

View File

@@ -18,9 +18,9 @@ from src.infrastructure.config import settings
order_router = APIRouter(prefix='/order', tags=['orders'])
ITPAY_API_BASE = 'https://api.gw.itpay.ru'
HARDCODED_USDT_TO_RUB = Decimal('100')
HARDCODED_GAS_RUB = Decimal('15')
HARDCODED_OUR_COMMISSION_RUB = Decimal('25')
HARDCODED_USDT_TO_RUB = Decimal('10')
HARDCODED_GAS_RUB = Decimal('5')
HARDCODED_OUR_COMMISSION_RUB = Decimal('5')
HARDCODED_ITPAY_TEST_AMOUNT_RUB = Decimal('20.00')