We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44aa610 commit e322b16Copy full SHA for e322b16
lib/kite_connect_ex/user.ex
@@ -91,6 +91,7 @@ defmodule KiteConnectEx.User do
91
|> case do
92
{:ok, data} ->
93
funds_and_margins = FundAndMargin.new(data)
94
+ |> Map.put(:margin_data, data)
95
96
{:ok, funds_and_margins}
97
0 commit comments