fix: satisfy ruff line length
This commit is contained in:
@@ -776,6 +776,9 @@ SPEC = PaymentProviderSpec(
|
||||
presentation_class=FreeKassaPresentation,
|
||||
manifest_fields=_CONFIG_MANIFEST + _PRESENTATION_MANIFEST,
|
||||
supported_currencies=FREEKASSA_SUPPORTED_CURRENCIES,
|
||||
currency_support_note="FreeKassa SCI documents the payment currency parameter as RUB, USD, EUR, UAH or KZT.",
|
||||
currency_support_note=(
|
||||
"FreeKassa SCI documents the payment currency parameter as "
|
||||
"RUB, USD, EUR, UAH or KZT."
|
||||
),
|
||||
currency_support_url="https://docs.freekassa.net/",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user