wallet transactions fail in library function

This commit is contained in:
2019-05-23 23:18:41 -05:00
parent 4994c2a17b
commit 3ac8912cd5

View File

@@ -77,7 +77,7 @@ class FinanceHelper {
'division' => 3,
]);
} catch(RequestFailedException $e) {
Log::critical($e->getEsiResponse());
//Log::critical($e->getEsiResponse());
return null;
}