§
    ñ)Jfk  ã                   óX   — d dl mZ d dlmZ d dlmZmZ ddlmZ  G d„ dee¦  «        Z	dS )	é    )Úunicode_literals)ÚOAuth2TestsMixin)ÚMockedResponseÚTestCaseé   )ÚStripeProviderc                   ó*   — e Zd Zej        Zd„ Zdd„ZdS )ÚStripeTestsc                 ó"   — t          dd¦  «        S )NéÈ   aÐ  {
          "id": "acct_sometestid",
          "object": "account",
          "business_logo": null,
          "business_name": null,
          "business_url": "example.com",
          "charges_enabled": true,
          "country": "SE",
          "currencies_supported": [
            "usd",
            "eur",
            "sek"
          ],
          "default_currency": "eur",
          "details_submitted": true,
          "display_name": "Test",
          "email": "test@example.com",
          "managed": false,
          "metadata": {},
          "statement_descriptor": "TEST.COM",
          "support_phone": "+460123456789",
          "timezone": "Europe/Stockholm",
          "transfers_enabled": true
        })r   )Úselfs    úo/home/alex/cs2snipeproduction/venv/lib/python3.11/site-packages/allauth/socialaccount/providers/stripe/tests.pyÚget_mocked_responsezStripeTests.get_mocked_response   s   € ÝØðñ
ô 
ð 	
ó    Tc                 ó   — d}|rd}d|z  S )NÚ z,"refresh_token": "testrf"a$  {
            "uid":"weibo",
            "access_token":"testac",
            "livemode": false,
            "token_type": "bearer",
            "stripe_publishable_key": "pk_test_someteskey",
            "stripe_user_id": "acct_sometestid",
            "scope": "read_write"
            %s }© )r   Úwith_refresh_tokenÚrts      r   Úget_login_response_jsonz#StripeTests.get_login_response_json*   s(   € ØˆØð 	.Ø-ˆBðð ñ	ð	
r   N)T)Ú__name__Ú
__module__Ú__qualname__r   ÚidÚprovider_idr   r   r   r   r   r
   r
   
   s?   € € € € € Ø Ô#€Kð
ð 
ð 
ð:
ð 
ð 
ð 
ð 
ð 
r   r
   N)
Ú
__future__r   Úallauth.socialaccount.testsr   Úallauth.testsr   r   Úproviderr   r
   r   r   r   ú<module>r       sŠ   ðà 'Ð 'Ð 'Ð 'Ð 'Ð 'à 8Ð 8Ð 8Ð 8Ð 8Ð 8Ø 2Ð 2Ð 2Ð 2Ð 2Ð 2Ð 2Ð 2à $Ð $Ð $Ð $Ð $Ð $ð/
ð /
ð /
ð /
ð /
Ð" Hñ /
ô /
ð /
ð /
ð /
r   