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