Common.js lint fixes
[civicrm-core.git] / tools / extensions / org.civicrm.payment.googlecheckout / info.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <extension key="org.civicrm.payment.googlecheckout" type="payment">
3 <downloadUrl>http://svn.civicrm.org/tools/branches/v3.3/extensions/org.civicrm.payment.googlecheckout.zip</downloadUrl>
4 <file>GoogleCheckout</file>
5 <name>Google_Checkout</name>
6 <description>Google Checkout Payment Processor</description>
7 <urls>
8 <url desc="Main Extension Page">http://civicrm.org</url>
9 <url desc="Documentation">http://wiki.civicrm.org/confluence/display/CRMDOC32/Google+Checkout+Configuration</url>
10 <url desc="Support">http://forum.civicrm.org</url>
11 <url desc="Licensing">http://civicrm.org/licensing</url>
12 </urls>
13 <license>AGPL</license>
14 <maintainer>
15 <author>CiviCRM LLC</author>
16 <email>info@civicrm.org</email>
17 </maintainer>
18 <releaseDate>2010-09-01</releaseDate>
19 <version>1.1</version>
20 <develStage>stable</develStage>
21 <compatibility><ver>3.3</ver></compatibility>
22 <comments>For support, please contact project team on the forums.</comments>
23 <typeInfo>
24 <userNameLabel>Merchant ID</userNameLabel>
25 <passwordLabel>Key</passwordLabel>
26 <signatureLabel></signatureLabel>
27 <subjectLabel></subjectLabel>
28 <urlSiteDefault>https://checkout.google.com/</urlSiteDefault>
29 <urlApiDefault></urlApiDefault>
30 <urlRecurDefault></urlRecurDefault>
31 <urlSiteTestDefault>https://sandbox.google.com/checkout/</urlSiteTestDefault>
32 <urlApiTestDefault></urlApiTestDefault>
33 <urlRecurTestDefault></urlRecurTestDefault>
34 <urlButtonDefault><![CDATA[ https://checkout.google.com/buttons/checkout.gif?merchant_id=YOURMERCHANTIDHERE&w=160&h=43&style=white&variant=text&loc=en_US ]]></urlButtonDefault>
35 <urlButtonTestDefault><![CDATA[ https://sandbox.google.com/checkout/buttons/checkout.gif?merchant_id=YOURMERCHANTIDHERE&w=160&h=43&style=white&variant=text&loc=en_US ]]></urlButtonTestDefault>
36 <billingMode>notify</billingMode>
37 <isRecur>0</isRecur>
38 <paymentType>1</paymentType>
39 </typeInfo>
40 </extension>