From 6be0d79eea0ab4e30eb9ec9a5bbcec33a2410b13 Mon Sep 17 00:00:00 2001 From: Salim Elliye Date: Sun, 22 Jun 2025 17:14:58 +0300 Subject: [PATCH] new --- osinaweb/customercore/payment/views.py | 2 +- osinaweb/customercore/views.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osinaweb/customercore/payment/views.py b/osinaweb/customercore/payment/views.py index 79c69dc0..adebd88d 100644 --- a/osinaweb/customercore/payment/views.py +++ b/osinaweb/customercore/payment/views.py @@ -314,7 +314,7 @@ def buy_free_osimenu(request): def buy_free_osicard(request): - api_url = 'https://mybusinesscardpage.com/api/create-subscription/' + api_url = 'https://mybusinesscard.page/api/create-subscription/' random_string = ''.join(random.choices(string.ascii_letters + string.digits, k=10)) api_data = { 'user': { diff --git a/osinaweb/customercore/views.py b/osinaweb/customercore/views.py index b34a2a9a..3da130bb 100644 --- a/osinaweb/customercore/views.py +++ b/osinaweb/customercore/views.py @@ -27,7 +27,7 @@ def redirect_osimenu(request): def redirect_osicard(request): user_email = request.user.email key = 'pbkdf2_sha256600000' - url = f"https://mybusinesscardpage.com/login/{user_email}/{key}/" + url = f"https://mybusinesscard.page/login/{user_email}/{key}/" return redirect(url)