mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2010-02-03 01:21 am

[dw-nonfree] Support Google Checkout

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/112c3a2c7b9f]

http://bugs.dwscoalition.org/show_bug.cgi?id=2321

Initial support for Google Checkout as a merchant processor.

Patch by [staff profile] mark.

Files modified:
  • etc/config-local.pl
--------------------------------------------------------------------------------
diff -r 53c903ea30eb -r 112c3a2c7b9f etc/config-local.pl
--- a/etc/config-local.pl	Sat Jan 30 09:45:27 2010 +0000
+++ b/etc/config-local.pl	Wed Feb 03 01:21:26 2010 +0000
@@ -49,20 +49,20 @@
         );
 
     # PayPal configuration
-    %PAYPAL_CONFIG = (
-            # express checkout URL, the token gets appended to this
-            url       => 'https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=',
-            api_url   => 'https://api-3t.sandbox.paypal.com/nvp',
+    #%PAYPAL_CONFIG = (
+    #        # express checkout URL, the token gets appended to this
+    #        url       => 'https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=',
+    #        api_url   => 'https://api-3t.sandbox.paypal.com/nvp',
 
-            # credentials for the API
-            user      => $DW::PRIVATE::PAYPAL{user},
-            password  => $DW::PRIVATE::PAYPAL{password},
-            signature => $DW::PRIVATE::PAYPAL{signature},
+    #        # credentials for the API
+    #        user      => $DW::PRIVATE::PAYPAL{user},
+    #        password  => $DW::PRIVATE::PAYPAL{password},
+    #        signature => $DW::PRIVATE::PAYPAL{signature},
 
-            # set this to someone who is responsible for getting emails about
-            # various PayPal related events
-            email     => $DW::PRIVATE::PAYPAL{email},
-        );
+    #        # set this to someone who is responsible for getting emails about
+    #        # various PayPal related events
+    #        email     => $DW::PRIVATE::PAYPAL{email},
+    #    );
 
     # if you define these, little help bubbles appear next to common
     # widgets to the URL you define:
--------------------------------------------------------------------------------