Alert Tanner when an IPN fails to verify

This commit is contained in:
2020-07-03 23:03:00 +00:00
parent 2a381402e2
commit f3d96b4019
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -102,6 +102,8 @@ def verify_paypal_ipn(data):
except BaseException as e:
logger.error('IPN verify - {} - {}'.format(e.__class__.__name__, str(e)))
utils.alert_tanner('IPN failed to verify:\n\n' + str(data.dict()))
return False
def build_tx(data):