We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfc46f8 + a74d64b commit 7fd3d04Copy full SHA for 7fd3d04
dw/customer/CustomerMgr.js
@@ -18,6 +18,7 @@ CustomerMgr.getExternallyAuthenticatedCustomerProfile = function(){};
18
CustomerMgr.loginExternallyAuthenticatedCustomer = function(){};
19
CustomerMgr.getCustomerByCustomerNumber = function(){};
20
CustomerMgr.createCustomer = function() {};
21
+CustomerMgr.logoutCustomer = function() {};
22
CustomerMgr.getSiteCustomerList = () => customerList;
23
CustomerMgr.prototype.customerGroups=null;
24
CustomerMgr.prototype.profile=null;
@@ -28,4 +29,4 @@ CustomerMgr.prototype.getCustomerByCustomerNumber=null;
28
29
CustomerMgr.prototype.createCustomer=null;
30
CustomerMgr.prototype.siteCustomerList = customerList;
31
-module.exports = CustomerMgr;
32
+module.exports = CustomerMgr;
0 commit comments