<?php
require_once(WCF_DIR.'lib/system/event/listener/DonationAddFormAbstractListener.class.php');

/**
 * googlecheckout
 *
 * @author	Torben Brodt
 * @package	de.easy-coding.wcf.donation.googlecheckout
 * @license	GNU General Public License <http://opensource.org/licenses/gpl-3.0.html>
 */
class DonationAddFormGoogleCheckoutListener extends DonationAddFormAbstractListener {
	protected $icon = 'googlecheckout48.png';
	protected $templateName = 'donationGoogleCheckout';
	protected $system = 'googlecheckout';
	
	//data
	protected $arr = array('googlecheckout_enable','googlecheckout_code');
}
?>
