Elaborating on what I said, currently the only Payment Gateway Config Types available are
Authorize.net clear commerce cybersource orbital paypal payflow rbs worldpay sagepay If I just run ./ant run-install-seed, it will not add pccharge. What am I missing here? I kinda expected some file where I would define which processing institutions I want to be enabled and then let run-install-seed find the said file and then create the appropriate files. But, I do feel I am missing an important step here. On Wed, Dec 9, 2009 at 2:03 PM, Mauricio Tavares <[email protected]> wrote: > On Wed, Dec 9, 2009 at 10:34 AM, Abdullah Shaikh > <[email protected]> wrote: >> No, you need to run the run-install-seed ant target from the build.xml file >> that is there in ofbiz folder, this will install seed data required. >> >> If incase you want to have a look at seed data for accounting component, >> look into ofbiz/applications/accounting/data folder >> >> - Abdullah >> > I hate to say this but I am still confused. I am using the demo > data and modifying it through the ofbiz modules/applications as needed > (and as I find things out). But, I am not seeing where you configure > the list of available payment institutions you are going to use and > then seed it. So, how do you setup the seed data for accounting > component? > >> On Wed, Dec 9, 2009 at 8:48 PM, Mauricio Tavares <[email protected]>wrote: >> >>> On Wed, Dec 9, 2009 at 9:30 AM, Abdullah Shaikh >>> <[email protected]> wrote: >>> > Have you setup the seed data for accounting component, the seed data will >>> > setup the seed data for payment gateway and then it should be available >>> in >>> > drop down. >>> > >>> By seed data, do you mean configuring the account for pccharge >>> in applications/accounting/config/payment.properties and restarting? >>> >>> > - Abdullah >>> > >>> > On Wed, Dec 9, 2009 at 7:50 PM, Mauricio Tavares <[email protected] >>> >wrote: >>> > >>> >> Newbie question: I am trying to setup OFBiz for the first time >>> >> (downloaded the trunk-2009-12-07-v887873 version a few days ago). For >>> >> this test, I need to set it up to use PCCharge as the payment >>> >> institution. So, I went to the Product Store Payment Settings (using >>> >> the demo e-commerce store) and tried to select PPCharge from the >>> >> Setting Payment Gateway Config menu (as the Payment Authorization >>> >> Service). But, it is not there. Is there a place I need to set it up >>> >> first? >>> >> >>> > >>> >> >
