diff --git a/utils/stripe_utils.py b/utils/stripe_utils.py index e1d86cf5..29b45d8e 100644 --- a/utils/stripe_utils.py +++ b/utils/stripe_utils.py @@ -10,7 +10,7 @@ def handleStripeError(f): 'response_object': None, 'error': None } - import pdb;pdb.set_trace() + common_message = "Currently its not possible to make payments." try: response_object = f(*args, **kwargs)