mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-30 01:08:32 -05:00
GoldException not GoldError.
This commit is contained in:
@@ -635,7 +635,7 @@ class GoldPaymentController(RedditController):
|
||||
|
||||
try:
|
||||
payment_blob = validate_blob(passthrough)
|
||||
except GoldError as e:
|
||||
except GoldException as e:
|
||||
g.log.error('%s %s: bad payment_blob %s' % (self.name,
|
||||
transaction_id,
|
||||
e))
|
||||
|
||||
Reference in New Issue
Block a user