Skip to content

Commit

Permalink
LAC-27: Log admin actions with Login as Customer.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec committed Apr 30, 2020
1 parent f385739 commit 72c0773
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/LoginAsCustomerLog/Api/Data/LogInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

/**
* Data interface for login as customer log.
*
* @api
*/
interface LogInterface extends ExtensibleDataInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

/**
* Login as customer log entity search results interface.
*
* @api
*/
interface LogSearchResultsInterface extends SearchResultsInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

/**
* Get login as customer log list considering search criteria.
*
* @api
*/
interface GetLogsListInterface
{
Expand Down
2 changes: 2 additions & 0 deletions app/code/Magento/LoginAsCustomerLog/Api/SaveLogsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

/**
* Save login as custom logs entities.
*
* @api
*/
interface SaveLogsInterface
{
Expand Down

0 comments on commit 72c0773

Please sign in to comment.