UC Luottokunta provides a Finnish Luottokunta Credit Card payment method for Ubercart. This module also provides two Luottokunta-based gateways: Luottokunta Redirect and Luottokunta XML. Support for UC Recurring Payments and Subscriptions is provided using the eInvoicing -service, which uses the XML-gateway for payments without authorization.
Luottokunta redirect gateway redirects the user after order submission to a secure Luottokunta server for Credit Card payment and authorization. No card details are entered on the website. Payments are authorized using Verified by Visa or MasterCard SecureCode services.
Luottokunta XML gateway is an XML-gateway mainly for recurring payments, but can also be used as a normal payment gateway in some use cases. Generally recurring payments are made by making the initial payment with another Luottokunta gateway and then afterwards using that order's ID with the XML-gateway to make recurring payments without extra authorization.
The gnode project provides a new entity type that is specifically designed for the collection and storage of data that is intended to be displayed on maps. In the past, this has been accomplished in Drupal with CCK fields, but the use of an entity provides several advantages.
Features
Provides database storage that is optimized for geo-searching.
Standards based, and can accomodate any geometry type.
Data storage can be shared by different mapping front-ends.
Data services can be shared.
Gnode provides a new way for maps and geocoders to work with Drupal. Since data storage is provided at the entity level, maps and geocoders are not implemented as fields and views but as form elements that can be used on gnode pages, or theoretically on other types of pages as well. A full description of Gnode's features can be found at http://gnode.ccardea.com
Dependencies
Gnode requires the use of at least one other module to provide map services. Currently there is a module that provides Google maps and geocoders, a module that provides multipoint map views, and a module that provides proximity searching. These are implemented as separate projects.