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