diff --git a/pom.xml b/pom.xml index bf87b9d42..b3a8695e7 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 manage - 1.4.16 + 1.4.17 UTF-8 1.8.0 diff --git a/src/main/java/au/com/royalpay/payment/manage/rservices/core/impl/RServicesApplyServiceImpl.java b/src/main/java/au/com/royalpay/payment/manage/rservices/core/impl/RServicesApplyServiceImpl.java index a1f50a21c..eaff387e0 100644 --- a/src/main/java/au/com/royalpay/payment/manage/rservices/core/impl/RServicesApplyServiceImpl.java +++ b/src/main/java/au/com/royalpay/payment/manage/rservices/core/impl/RServicesApplyServiceImpl.java @@ -100,6 +100,7 @@ public class RServicesApplyServiceImpl implements RServicesApplyService { serviceInfo.put("incremental_mode", 2); serviceInfo.put("incremental_rate_value", 0); } + serviceInfo.put("title", applyInfo.getString("title")); if (clientServices == null) { serviceInfo.put("incremental_id", UUID.randomUUID().toString()); serviceInfo.put("client_id", applyInfo.getIntValue("client_id"));