Developer docs: Remove some ancient history (#5224)

This commit is contained in:
Raphael Michel
2025-06-10 12:20:41 +02:00
committed by GitHub
parent 87fb3d2df8
commit c53fc8df4e
20 changed files with 0 additions and 318 deletions

View File

@@ -689,11 +689,6 @@ class BasePaymentProvider:
the ``_restrict_countries`` and ``_restrict_to_sales_channels`` setting.
:param total: The total value without the payment method fee, after taxes.
.. versionchanged:: 1.17.0
The ``total`` parameter has been added. For backwards compatibility, this method is called again
without this parameter if it raises a ``TypeError`` on first try.
"""
timing = self._is_available_by_time(cart_id=get_or_create_cart_id(request))
pricing = True