featL min 5000 rub
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user