You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/05/22 19:55:37 UTC

svn commit: r777639 - /ofbiz/trunk/specialpurpose/googlecheckout/config/googleCheckout.properties

Author: ashish
Date: Fri May 22 17:55:37 2009
New Revision: 777639

URL: http://svn.apache.org/viewvc?rev=777639&view=rev
Log:
Adding URL for OrderProcessing API, functionality will be implemented soon. 
With the help of this URL we can send request of cancel-order, refund-order, charge-order etc to the Google Checkout server.


Modified:
    ofbiz/trunk/specialpurpose/googlecheckout/config/googleCheckout.properties

Modified: ofbiz/trunk/specialpurpose/googlecheckout/config/googleCheckout.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/config/googleCheckout.properties?rev=777639&r1=777638&r2=777639&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/config/googleCheckout.properties (original)
+++ ofbiz/trunk/specialpurpose/googlecheckout/config/googleCheckout.properties Fri May 22 17:55:37 2009
@@ -47,8 +47,12 @@
 ####Google Specific Parameters####
 ##Production URL
 #basePostUrl = https://checkout.google.com/api/checkout/v2/merchantCheckout/Merchant/
+#orderProcessingUrl = https://checkout.google.com/api/checkout/v2/request/Merchant/ 
+
 ##Sandbox URL
 basePostUrl = https://sandbox.google.com/checkout/api/checkout/v2/merchantCheckout/Merchant/
+orderProcessingUrl = https://sandbox.google.com/checkout/api/checkout/v2/request/Merchant/
+
 checkout = /checkout
 request = /request
 diagnose = /diagnose