Skip to content

Commit

Permalink
[FIX]: unused imports and xmloutput variable are deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
iParaClient authored and iParaClient committed Feb 7, 2018
1 parent 97ffdff commit 5b056d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main/views.py
Expand Up @@ -12,7 +12,7 @@
from main.ipara_lib.ThreedPaymentRequest import ThreedPaymentRequest
from main.ipara_lib.ApiPaymentRequest import ApiPaymentRequest

from random import *
from random import randint
import json

config = Configs(
Expand Down Expand Up @@ -41,7 +41,6 @@
# Ana Sayfamızda Ön Tanımlı Olarak 3D Ödeme Kısmı Gelmekte
def threeDPaymentRequest(request):
message = ""
xmlOutput = ""
if request.POST:
req = ThreedPaymentRequest()
req.OrderId = str(randint(1, 10000))
Expand Down

0 comments on commit 5b056d3

Please sign in to comment.