for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Integration
*
* @author Pronamic <[email protected]>
* @copyright 2005-2018 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay\Gateways\Adyen
*/
namespace Pronamic\WordPress\Pay\Gateways\Adyen;
* @author Remco Tolsma
* @version 2.0.0
* @since 1.0.0
class Integration {
public function __construct() {
$this->id = 'adyen';
id
$this->name = 'Adyen';
name
$this->url = 'http://www.adyen.com/';
url
$this->provider = 'adyen';
provider
}
public function get_config_factory_class() {