diff --git a/r2/r2/controllers/ipn.py b/r2/r2/controllers/ipn.py index 0a94d75c7..e1a12cea1 100644 --- a/r2/r2/controllers/ipn.py +++ b/r2/r2/controllers/ipn.py @@ -698,6 +698,7 @@ class StripeController(GoldPaymentController): 'charge.failed': 'failed', 'charge.refunded': 'refunded', 'customer.created': 'noop', + 'customer.card.created': 'noop', 'transfer.created': 'noop', 'transfer.paid': 'noop', }