featL min 5000 rub

This commit is contained in:
2026-05-22 01:10:52 +03:00
parent dc213cb9d9
commit 565816e710
2 changed files with 16 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ class GetPaymentConfigCommand:
async def __call__(self) -> PaymentQuote:
quote = await self._payment_quote_service.get_quote(Decimal('1.00'))
quote = await self._payment_quote_service.get_reference_quote(Decimal('1.00'))
self._logger.info({'event':'payment_config_requested'})
return quote