removed pdb
This commit is contained in:
parent
ab4d1cf9c9
commit
8598c540b9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ def handleStripeError(f):
|
||||||
'response_object': None,
|
'response_object': None,
|
||||||
'error': None
|
'error': None
|
||||||
}
|
}
|
||||||
import pdb;pdb.set_trace()
|
|
||||||
common_message = "Currently its not possible to make payments."
|
common_message = "Currently its not possible to make payments."
|
||||||
try:
|
try:
|
||||||
response_object = f(*args, **kwargs)
|
response_object = f(*args, **kwargs)
|
||||||
|
|
Loading…
Reference in a new issue