Author: jleroux
Date: Mon Jan 21 05:09:49 2008
New Revision: 613875
URL:
http://svn.apache.org/viewvc?rev=613875&view=revLog:
Applied fix from trunk for revision: 613872
Modified:
ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java
Modified: ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java?rev=613875&r1=613874&r2=613875&view=diff==============================================================================
--- ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java (original)
+++ ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java Mon Jan 21 05:09:49 2008
@@ -2196,6 +2196,8 @@
refundResCtx.put("payToPartyId", payToPartyId);
refundResCtx.put("payFromPartyId", payFromPartyId);
refundResCtx.put("refundRefNum", refundResponse.get("refundRefNum"));
+ refundResCtx.put("refundAltRefNum", refundResponse.get("refundAltRefNum"));
+ refundResCtx.put("refundMessage", refundResponse.get("refundMessage"));
refundResCtx.put("refundResult", refundResponse.get("refundResult"));
// TODO: should we uncomment the following line?
//refundResCtx.put("refundAmount", (Double)refundResponse.get("refundAmount"));