mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
New stripe event type 'customer.card.created'.
This commit is contained in:
committed by
Chad Birch
parent
d48e260b3d
commit
6f82b27ec8
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user