a
    ‹Qx_e  ã                   @   s>   d dl mZ d dlmZmZ ddlmZ G dd„ deeƒZdS )é    )ÚOAuth2TestsMixin)ÚMockedResponseÚTestCaseé   )ÚPaypalProviderc                   @   s   e Zd ZejZdd„ ZdS )ÚPaypalTestsc                 C   s
   t ddƒS )NéÈ   a  
        {
            "user_id":
            "https://www.paypal.com/webapps/auth/server/64ghr894040044",
            "name": "Jane Doe",
            "given_name": "Jane",
            "family_name": "Doe",
            "email": "janedoe@example.com"
        }
        )r   )Úself© r
   úd/var/www/html/Ranjet/env/lib/python3.9/site-packages/allauth/socialaccount/providers/paypal/tests.pyÚget_mocked_response
   s    þzPaypalTests.get_mocked_responseN)Ú__name__Ú
__module__Ú__qualname__r   ÚidZprovider_idr   r
   r
   r
   r   r      s   r   N)Zallauth.socialaccount.testsr   Zallauth.testsr   r   Zproviderr   r   r
   r
   r
   r   Ú<module>   s   