Skip to content

Commit 7e80f02

Browse files
author
grumpy-curmudgeon
committed
fix issue 45
CashBackInfo Ref
1 parent bb36820 commit 7e80f02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quickbooks/objects/deposit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self):
2525

2626
class CashBackInfo(QuickbooksBaseObject):
2727
class_dict = {
28-
"AccountRef": None
28+
"AccountRef": Ref
2929
}
3030

3131
def __init__(self):

0 commit comments

Comments
 (0)