diff --git a/pom.xml b/pom.xml
index 7593d2f8e..b4c36e4fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
au.com.royalpay.payment
payment-parent
- 1.1.13
+ 1.1.14
4.0.0
manage
diff --git a/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailRSvcServiceImpl.java b/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailRSvcServiceImpl.java
index 915f51ffe..b8d8aa0af 100644
--- a/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailRSvcServiceImpl.java
+++ b/src/main/java/au/com/royalpay/payment/manage/appclient/core/impls/RetailRSvcServiceImpl.java
@@ -45,9 +45,6 @@ public class RetailRSvcServiceImpl implements RetailRSvcService {
@Override
public JSONObject findMchInfoBySourceCode(JSONObject device, String sourceCode) {
- if (device.getString("version").equals("2.12.13") || device.getIntValue("client_id") == 9) {
- throw new NotFoundException();
- }
String clientType = device.getString("client_type");
deviceSupport.findRegister(clientType);
JSONObject svcInfo = commonIncrementalChannelMapper.findIncreamentalChannelBySourceCode(sourceCode);