diff --git a/pom.xml b/pom.xml index 3928a659a..980a5eab5 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 manage - 1.3.64 + 1.3.65 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 0abb14f85..5d7a07efa 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 @@ -170,6 +170,7 @@ public class RServicesApplyServiceImpl implements RServicesApplyService { order.put("currency", "AUD"); order.put("display_amount", applyInfo.getBigDecimal("amount")); order.put("total_amount", applyInfo.getBigDecimal("amount")); + order.put("coupon_payment_amount", 0); order.put("customer_payment_amount", applyInfo.getBigDecimal("amount")); order.put("refund_amount", applyInfo.getBigDecimal("amount")); order.put("customer_ip", "0.0.0.0");