Skip to content

Commit a74d64b

Browse files
authored
Add logoutCustomer to CustomerMgr
1 parent cfc46f8 commit a74d64b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dw/customer/CustomerMgr.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ CustomerMgr.getExternallyAuthenticatedCustomerProfile = function(){};
1818
CustomerMgr.loginExternallyAuthenticatedCustomer = function(){};
1919
CustomerMgr.getCustomerByCustomerNumber = function(){};
2020
CustomerMgr.createCustomer = function() {};
21+
CustomerMgr.logoutCustomer = function() {};
2122
CustomerMgr.getSiteCustomerList = () => customerList;
2223
CustomerMgr.prototype.customerGroups=null;
2324
CustomerMgr.prototype.profile=null;
@@ -28,4 +29,4 @@ CustomerMgr.prototype.getCustomerByCustomerNumber=null;
2829
CustomerMgr.prototype.createCustomer=null;
2930
CustomerMgr.prototype.siteCustomerList = customerList;
3031

31-
module.exports = CustomerMgr;
32+
module.exports = CustomerMgr;

0 commit comments

Comments
 (0)