From 24f8ef1d31b7a09735625f3ce92018c64cd5be53 Mon Sep 17 00:00:00 2001 From: Konstantin Yakushev Date: Sat, 23 Mar 2019 00:42:41 +0100 Subject: [PATCH] Fix one more incorrect reference. (#12) --- TinkerSrc/Lib/BunqLib.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TinkerSrc/Lib/BunqLib.cs b/TinkerSrc/Lib/BunqLib.cs index a553f96..6aeea84 100755 --- a/TinkerSrc/Lib/BunqLib.cs +++ b/TinkerSrc/Lib/BunqLib.cs @@ -201,7 +201,7 @@ public static MonetaryAccountBank GetMonetaryAccountCurrentFromCard(Card card, public List GetAllUserAlias() { - if (BunqContext.UserContext.isOnlyUserCompanySet()) + if (BunqContext.UserContext.IsOnlyUserCompanySet()) { return BunqContext.UserContext.UserCompany.Alias; }