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