New stripe event type 'customer.card.created'.

This commit is contained in:
Brian Simpson
2013-07-16 03:54:49 -04:00
committed by Chad Birch
parent d48e260b3d
commit 6f82b27ec8

View File

@@ -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',
}