emile 11 months ago
parent b276d45da8
commit 63dc850095

BIN
.DS_Store vendored

Binary file not shown.

BIN
osinaweb/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -9,6 +9,7 @@ import base64
import json
import random
import string
from customercore.views import *
def basic_auth_header(username, password):
@ -349,6 +350,6 @@ def buy_free_osicard(request):
response = requests.post(api_url, json=api_data)
print(response)
return redirect('customerorders')
return redirect_osicard(request)

@ -6,6 +6,7 @@ from .models import *
from django.db.models import Q
from django.http import Http404
from django.db.models import OuterRef, Subquery
from customercore.views import *

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save