shop.payment_providers.unzer_googlepay ====================================== .. py:module:: shop.payment_providers.unzer_googlepay Attributes ---------- .. autoapisummary:: shop.payment_providers.unzer_googlepay.logger Classes ------- .. autoapisummary:: shop.payment_providers.unzer_googlepay.UnzerGooglepay Module Contents --------------- .. py:data:: logger .. py:class:: UnzerGooglepay(*, merchant_id, merchant_name, allow_credit_cards = True, allow_prepaid_cards = True, **kwargs) Bases: :py:obj:`shop.payment_providers.unzer_abstract.UnzerAbstract` Unzer Google Pay payment method integration for the ViUR Shop. Enables customers to pay Google Pay through the Unzer payment gateway. Create a new Unzer payment provider. :param private_key: The private key to use for authentication. :param public_key: The public key to use for authentication. :param sandbox: Use sandbox mode (development mode). :param language: Enforce this language. If ``None``, the language of the current request is used. .. py:attribute:: name :type: Final[str] :value: 'unzer-googlepay' .. py:attribute:: allow_credit_cards :value: True .. py:attribute:: allow_prepaid_cards :value: True .. py:property:: merchant_id :type: str .. py:property:: merchant_name :type: str .. py:method:: get_payment_type(order_skel) .. py:method:: get_checkout_start_data(order_skel)