#adilet1762
1 messages · Page 1 of 1 (latest)
Have you tried using a debugger and print statements to trace your code?
I try use debugger but nothing happens
What do you mean by nothing happens
Did you set breakpoints to trace your code?
This is really something you need to debug yourself
You need to see the exact path your code execution is taking. Either do print statements or a debugger to trace things. That will clue you into the problem
Does not enter this method. Logically, when I pay, it should go into this method and the goods will be removed from the basket. He does not enter it.
That's what the debugger is for 😁