We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b220244 commit 8a1fe31Copy full SHA for 8a1fe31
resolver/common/account.php
@@ -91,7 +91,7 @@ public function logout( $args ) {
91
);
92
93
$this->load->model('common/vuefront');
94
- $this->model_common_vuefront->pushEvent('login_customer', array(
+ $this->model_common_vuefront->pushEvent('logout_customer', array(
95
'customer_id' => $customer['id'],
96
'firstname' => $customer['firstName'],
97
'lastname' => $customer['lastName'],
0 commit comments