Skip to content

Commit

Permalink
fix: fix event name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrdrvn committed Jun 23, 2021
1 parent b220244 commit 8a1fe31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolver/common/account.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function logout( $args ) {
);

$this->load->model('common/vuefront');
$this->model_common_vuefront->pushEvent('login_customer', array(
$this->model_common_vuefront->pushEvent('logout_customer', array(
'customer_id' => $customer['id'],
'firstname' => $customer['firstName'],
'lastname' => $customer['lastName'],
Expand Down

0 comments on commit 8a1fe31

Please sign in to comment.