for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
*
* NOTICE OF LICENSE
* This source file is subject to the GNU General Public License (GPL 3)
* that is bundled with this package in the file LICENSE.txt
* DISCLAIMER
* Do not edit or add to this file if you wish to upgrade Payone to newer
* versions in the future. If you wish to customize Payone for your
* needs please refer to http://www.payone.de for more information.
* @category Payone
* @package Payone_Settings
* @subpackage Configuration
* @copyright Copyright (c) 2019 <[email protected]> - www.fatchip.com
* @author Vincent Boulanger <[email protected]>
* @license <http://www.gnu.org/licenses/> GNU General Public License (GPL 3)
* @link http://www.noovias.com
*/
* @link https://e3n.de/
* Class Payone_Settings_Configuration_PaymentMethod_RatePay
class Payone_Settings_Configuration_PaymentMethod_RatePayInvoicing
extends Payone_Settings_Configuration_Abstract
{
* @return array
public function getTypes()
$constants = $this->getClassConstants('Payone_Api_Enum_RatepayInvoicingType');
$constants = array_flip($constants);
return $constants;
}