Add 'transfer.paid' noop event.

This commit is contained in:
bsimpson63
2013-03-28 14:45:36 -04:00
parent 6727ca4e55
commit 7e09ded784

View File

@@ -699,6 +699,7 @@ class StripeController(GoldPaymentController):
'charge.refunded': 'refunded',
'customer.created': 'noop',
'transfer.created': 'noop',
'transfer.paid': 'noop',
}
@classmethod