|
|
@@ -160,7 +160,7 @@ public class MerchantServiceImpl implements IMerchantService {
|
|
|
if(!openVault.validate()){
|
|
|
return openVault;
|
|
|
}
|
|
|
- if(status != 2){
|
|
|
+ // if(status != 2){
|
|
|
VaultsResponse<String> stringVault = updateMerchantId(dto.getId(), dto.getSourceId(), dto.getMerchant_id(),2,dto.getRemained_amt());
|
|
|
|
|
|
if(!stringVault.validate()){
|
|
|
@@ -177,7 +177,7 @@ public class MerchantServiceImpl implements IMerchantService {
|
|
|
bd.setName("("+code+")"+dto.getMerchant_short_name());
|
|
|
return paymentService.bindPos(bd);
|
|
|
}
|
|
|
- }
|
|
|
+ // }
|
|
|
}
|
|
|
return VaultsResponse.success();
|
|
|
}
|