shop.payment_providers.unzer_applepay¶
Attributes¶
Classes¶
Unzer Apple Pay payment method integration for the ViUR Shop. |
Module Contents¶
- shop.payment_providers.unzer_applepay.logger¶
- class shop.payment_providers.unzer_applepay.UnzerApplepay(*, merchant_name, **kwargs)¶
Bases:
shop.payment_providers.unzer_abstract.UnzerAbstractUnzer Apple Pay payment method integration for the ViUR Shop.
Enables customers to pay Apple Pay through the Unzer payment gateway.
- Parameters:
merchant_name (str | Callable[[], str])
kwargs (Any)
- name: Final[str] = 'unzer-applepay'¶
- property merchant_name: str¶
- Return type:
str
- get_payment_type(order_skel)¶
- Parameters:
order_skel (viur.core.skeleton.SkeletonInstance)
- Return type:
unzer.model.PaymentType
- get_checkout_start_data(order_skel)¶
- Parameters:
order_skel (viur.core.skeleton.SkeletonInstance)
- Return type:
Any