mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Ignore 'mispaid' notifications from Coinbase.
This commit is contained in:
@@ -1077,6 +1077,7 @@ class CoinbaseController(GoldPaymentController):
|
||||
event_type_mappings = {
|
||||
'completed': 'succeeded',
|
||||
'cancelled': 'cancelled',
|
||||
'mispaid': 'noop',
|
||||
}
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user