From b8b68d0dbb9237e7d28a5614fea034e5582c65ba Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Thu, 18 Sep 2025 15:04:53 +0500 Subject: [PATCH] fix --- core/services/payment.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/services/payment.py b/core/services/payment.py index a62eabb..0ad4167 100644 --- a/core/services/payment.py +++ b/core/services/payment.py @@ -43,7 +43,9 @@ class Atmos: return res.json() def generate_url(self, transaction_id, redirect_url): - url = f'https://checkout.pays.uz/invoice/get?storeId={self.store_id}&transactionId={transaction_id}&redirectLink={redirect_url}' + # url = f'https://checkout.pays.uz/invoice/get?storeId={self.store_id}&transactionId={transaction_id}&redirectLink={redirect_url}' + url = f'http://test-checkout.pays.uz/invoice/get?storeId={self.store_id}&transactionId={transaction_id}&redirectLink={redirect_url}' + return url