From: Christopher Burger Date: Thu, 13 Sep 2018 18:08:17 +0000 (-0400) Subject: RT 39340 - v3 fix X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=55e25606b4df2ac531cec49d219cfd53ffae8a2f;p=freeside.git RT 39340 - v3 fix --- diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index eda52e9b4..3390687ae 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -367,6 +367,7 @@ sub login { return { 'error' => '', 'session_id' => $session_id, + %$session, }; }