Skip to content

Commit

Permalink
fix for issue #33 typo in Paypal account type
Browse files Browse the repository at this point in the history
  • Loading branch information
rienafairefr committed Feb 19, 2017
1 parent 24dd618 commit e2b6f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynYNAB/schema/Entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AccountTypes(Enum):
CreditCard = 'CreditCard'
Cash = 'Cash'
LineOfCredit = 'LineOfCredit'
Paypal = 'Paypal'
PayPal = 'PayPal'
MerchantAccount = 'MerchantAccount'
InvestmentAccount = 'InvestmentAccount'
Mortgage = 'Mortgage'
Expand Down

0 comments on commit e2b6f10

Please sign in to comment.