From 787dd0a50a40a21096de1203cb980391e7c6d370 Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Mon, 15 Sep 2025 15:20:07 +0500 Subject: [PATCH] fix --- core/services/payment.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/services/payment.py b/core/services/payment.py index 65f503c..80c2d5d 100644 --- a/core/services/payment.py +++ b/core/services/payment.py @@ -82,10 +82,7 @@ class Atmos: "success_url": "https://wisdom.uz", } - res = requests.post(url=url, headers=headers, json=data, proxies={ - 'http': 'socks5h://127.0.0.1:10800', - 'https': 'socks5h://127.0.0.1:10800', - }) + res = requests.post(url=url, headers=headers, json=data) if res.status_code == 200: return res.json() else: