Skip to content

Commit 6235d89

Browse files
author
Kevin Hellemun
committed
Changed method signature. (#41)
1 parent 7b67c71 commit 6235d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BunqSdk/Model/Core/BunqModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected static BunqResponse<T> FromJson<T>(BunqResponseRaw responseRaw)
9292
return new BunqResponse<T>(responseValue, responseRaw.Headers);
9393
}
9494

95-
public static T FromJsonString<T>(string json)
95+
public static T CreateFromJsonString<T>(string json)
9696
{
9797
var modelValue = BunqJsonConvert.DeserializeObject<T>(json);
9898

0 commit comments

Comments
 (0)