示例#1
0
 public function __construct($partner_id, $profile_key = null, $testmode = true, $base_url = 'https://secure.mollie.nl/xml/', ClientInterface $client = null)
 {
     parent::__construct($partner_id, $profile_key, $base_url, $client);
     $this->testMode = $testmode;
 }
示例#2
0
 public function __construct($partner_id, $profile_key, $base_url = 'https://secure.mollie.nl/xml/', ClientInterface $client = null)
 {
     parent::__construct($partner_id, $profile_key, $base_url, $client);
 }