Subversion Repositories SmartDukaan

Rev

Rev 5746 | Rev 6152 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5746 Rev 5945
Line 223... Line 223...
223
		long defaultAddressId = 0;
223
		long defaultAddressId = 0;
224
		long defaultStoreAddressId = 0;
224
		long defaultStoreAddressId = 0;
225
		String phoneNumber = "";
225
		String phoneNumber = "";
226
 
226
 
227
		CatalogClient catalogServiceClient  = null;
227
		CatalogClient catalogServiceClient  = null;
228
		in.shop2020.model.v1.catalog.InventoryService.Client catalogClient = null;
228
		in.shop2020.model.v1.catalog.CatalogService.Client catalogClient = null;
229
		UserClient userContextServiceClient = null;
229
		UserClient userContextServiceClient = null;
230
		in.shop2020.model.v1.user.UserContextService.Client userClient = null;
230
		in.shop2020.model.v1.user.UserContextService.Client userClient = null;
231
		
231
		
232
		FormattingUtils formattingUtils = new FormattingUtils();
232
		FormattingUtils formattingUtils = new FormattingUtils();
233
		
233