forked from CGM_Public/pretix_original
Fix various doc issues
This commit is contained in:
@@ -70,8 +70,6 @@ The provider class
|
|||||||
|
|
||||||
.. automethod:: is_allowed
|
.. automethod:: is_allowed
|
||||||
|
|
||||||
.. automethod:: is_allowed_for_order
|
|
||||||
|
|
||||||
.. autoattribute:: payment_form_fields
|
.. autoattribute:: payment_form_fields
|
||||||
|
|
||||||
.. automethod:: checkout_prepare
|
.. automethod:: checkout_prepare
|
||||||
|
|||||||
@@ -65,5 +65,3 @@ The output class
|
|||||||
.. automethod:: generate
|
.. automethod:: generate
|
||||||
|
|
||||||
.. autoattribute:: download_button_text
|
.. autoattribute:: download_button_text
|
||||||
|
|
||||||
.. autoattribute:: download_button_icon
|
|
||||||
|
|||||||
@@ -43,8 +43,11 @@ class Voucher(LoggedModel):
|
|||||||
:type block_quota: bool
|
:type block_quota: bool
|
||||||
:param allow_ignore_quota: If set to true, this voucher can be redeemed even if the event is sold out
|
:param allow_ignore_quota: If set to true, this voucher can be redeemed even if the event is sold out
|
||||||
:type allow_ignore_quota: bool
|
:type allow_ignore_quota: bool
|
||||||
:param price: If set, the voucher will allow the sale of associated items for this price
|
:param price_mode: Sets how this voucher affects a product's price. Can be ``none``, ``set``, ``subtract``
|
||||||
:type price: decimal.Decimal
|
or ``percent``.
|
||||||
|
:type price_mode: str
|
||||||
|
:param value: The value by which the price should be modified in the way specified by ``price_mode``.
|
||||||
|
:type value: decimal.Decimal
|
||||||
:param item: If set, the item to sell
|
:param item: If set, the item to sell
|
||||||
:type item: Item
|
:type item: Item
|
||||||
:param variation: If set, the variation to sell
|
:param variation: If set, the variation to sell
|
||||||
|
|||||||
Reference in New Issue
Block a user