Skip to content

Commit 6235950

Browse files
authored
Merge pull request #15 from bunq/bunq/tinker_csharp#12_update_tinker
Fix one more incorrect reference. (#12)
2 parents 734c0e1 + 24f8ef1 commit 6235950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TinkerSrc/Lib/BunqLib.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public static MonetaryAccountBank GetMonetaryAccountCurrentFromCard(Card card,
201201

202202
public List<Pointer> GetAllUserAlias()
203203
{
204-
if (BunqContext.UserContext.isOnlyUserCompanySet())
204+
if (BunqContext.UserContext.IsOnlyUserCompanySet())
205205
{
206206
return BunqContext.UserContext.UserCompany.Alias;
207207
}

0 commit comments

Comments
 (0)