mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Stripe: Add customer.source.updated event type
No further processing is needed for this type of event
This commit is contained in:
@@ -924,6 +924,7 @@ class StripeController(GoldPaymentController):
|
||||
'customer.card.created': 'noop',
|
||||
'customer.card.updated': 'noop',
|
||||
'customer.card.deleted': 'noop',
|
||||
'customer.source.updated': 'noop',
|
||||
'transfer.created': 'noop',
|
||||
'transfer.paid': 'noop',
|
||||
'balance.available': 'noop',
|
||||
|
||||
Reference in New Issue
Block a user