Ë
    ºûëfp  ã                   óD   — d dl mZ d dlmZmZ ddlmZ  G d„ dee«      Zy)é    )ÚOAuth2TestsMixin)ÚMockedResponseÚTestCaseé   )ÚStripeProviderc                   ó8   — e Zd Zej                  Zd„ Zd„ Zdd„Zy)Ú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    úg/var/www/cs2snipe.com/venv/lib/python3.12/site-packages/allauth/socialaccount/providers/stripe/tests.pyÚget_mocked_responsezStripeTests.get_mocked_response
   s   € ÜØðó
ð 	
ó    c                  ó   — y)Nztest@example.com© r   s    r   Úget_expected_to_strzStripeTests.get_expected_to_str'   s   € Ø!r   c                 ó   — 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   )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	   r	      s   „ Ø ×#Ñ#€Kò
ò:"ô
r   r	   N)Úallauth.socialaccount.testsr   Úallauth.testsr   r   Úproviderr   r	   r   r   r   ú<module>r!      s   ðÝ 8ß 2å $ô2
Ð" Hõ 2
r   