Author: deepak
Date: Fri Sep 2 18:44:05 2016
New Revision: 1759005
URL: http://svn.apache.org/viewvc?rev=1759005&view=rev
Log:
(OFBIZ-7251) Applied patch from jira issue
=================================
As per the https://community.developer.authorize.net, the transactionUrl has
been updated from https://certification.authorize.net/gateway/transact.dll to
https://test.authorize.net/gateway/transact.dll
=================================
Thanks Avnindra for your contribution.
Modified:
ofbiz/trunk/applications/accounting/data/PaymentGatewayConfData.xml
Modified: ofbiz/trunk/applications/accounting/data/PaymentGatewayConfData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/PaymentGatewayConfData.xml?rev=1759005&r1=1759004&r2=1759005&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/data/PaymentGatewayConfData.xml
(original)
+++ ofbiz/trunk/applications/accounting/data/PaymentGatewayConfData.xml Fri Sep
2 18:44:05 2016
@@ -26,7 +26,7 @@ under the License.
<PaymentGatewayConfigType paymentGatewayConfigTypeId="AUTHORIZE_NET"
hasTable="N" description="Authorize Dot Net Payment Gateway"/>
<PaymentGatewayConfig paymentGatewayConfigId="AUTHORIZE_NET_CONFIG"
paymentGatewayConfigTypeId="AUTHORIZE_NET" description="Authorize Dot Net
Config"/>
- <PaymentGatewayAuthorizeNet paymentGatewayConfigId="AUTHORIZE_NET_CONFIG"
transactionUrl="https://certification.authorize.net/gateway/transact.dll"
certificateAlias="certification.authorize.net-1" apiVersion="3.1"
delimitedData="TRUE" delimiterChar="|" method="CC" emailCustomer="FALSE"
emailMerchant="FALSE" testMode="TRUE" relayResponse="FALSE" tranKey=""
userId="" pwd="" transDescription="OFBizAuthNet"/>
+ <PaymentGatewayAuthorizeNet paymentGatewayConfigId="AUTHORIZE_NET_CONFIG"
transactionUrl="https://test.authorize.net/gateway/transact.dll"
certificateAlias="test.authorize.net" apiVersion="3.1" delimitedData="TRUE"
delimiterChar="|" method="CC" emailCustomer="FALSE" emailMerchant="FALSE"
testMode="TRUE" relayResponse="FALSE" tranKey="" userId="" pwd=""
transDescription="OFBizAuthNet"/>
<PaymentGatewayConfigType paymentGatewayConfigTypeId="CYBERSOURCE"
hasTable="N" description="CyberSource Payment Gateway"/>
<PaymentGatewayConfig paymentGatewayConfigId="CYBERSOURCE_CONFIG"
paymentGatewayConfigTypeId="CYBERSOURCE" description="CyberSource Config"/>