diff --git a/modules/hsbchk/pages/account_pages.py b/modules/hsbchk/pages/account_pages.py index 575849beeaa4cb17ce23abee656e9bd9b4447df8..4ea5e0c8ca67a9003ccdf5c4fb4bbe2bb157a44c 100644 --- a/modules/hsbchk/pages/account_pages.py +++ b/modules/hsbchk/pages/account_pages.py @@ -169,7 +169,7 @@ def obj_type(self): return type if Dict('txnHistType', default=None)(self) in ['U', 'B']: - return Transaction.TYPE_CARD + return Transaction.TYPE_DEFERRED_CARD return Transaction.TYPE_TRANSFER