jsh77b 5 anni fa
parent
commit
7fa6bd7e6f

+ 1 - 1
src/main/java/com/style24/admin/biz/service/TsaCustomerService.java

@@ -113,7 +113,7 @@ public class TsaCustomerService {
 	 */
 	@Transactional("shopTxnManager")
 	public void updateCustomerPassword(Customer customer) {
-		coreCustomerService.updateCustomerPassword(customer);
+		coreCustomerService.saveCustomerPassword(customer);
 	}
 
 	/**