From 0625d12394d7c92a3a7f150ed595015a76e8302a Mon Sep 17 00:00:00 2001 From: luoyang Date: Thu, 27 Feb 2020 11:32:01 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E8=B7=A8=E5=A2=83=E5=95=86=E5=9F=8ERP?= =?UTF-8?q?=E4=BB=98=E8=B4=B9=E6=89=A3=E6=AC=BE=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=89=A3=E6=AC=BE=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- .../manage/rservices/core/impl/RServicesApplyServiceImpl.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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");