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/27 12:15:09 UTC

svn commit: r779078 - in /ofbiz/trunk/specialpurpose/googlecheckout/data: ./ GoogleCheckoutTypeData.xml

Author: ashish
Date: Wed May 27 10:15:08 2009
New Revision: 779078

URL: http://svn.apache.org/viewvc?rev=779078&view=rev
Log:
Adding Seed data for Google Checkout. New Sales Channel and New PaymentMethodType introduced.

Added:
    ofbiz/trunk/specialpurpose/googlecheckout/data/
    ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutTypeData.xml   (with props)

Added: ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutTypeData.xml?rev=779078&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutTypeData.xml (added)
+++ ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutTypeData.xml Wed May 27 10:15:08 2009
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entity-engine-xml>
+    <Enumeration description="Google Checkout Channel" enumCode="GC_CHANNEL" enumId="GC_SALES_CHANNEL" sequenceId="01" enumTypeId="ORDER_SALES_CHANNEL"/>
+    <PaymentMethodType description="Google Checkout" paymentMethodTypeId="EXT_GOOGLE_CHECKOUT"/>
+</entity-engine-xml>
\ No newline at end of file

Propchange: ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutTypeData.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutTypeData.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/googlecheckout/data/GoogleCheckoutTypeData.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml