예제 #1
0
 /**
  * @param string $authType
  *
  * @throws ApiException
  */
 public function __construct($authType = self::AUTH_CLASSIC)
 {
     $this->url = 'https://transfer.gdcert.com/ATM/Xml/PrePayment2.ashx';
     parent::__construct($authType);
 }
예제 #2
0
 /**
  * @param string $authType
  *
  * @throws ApiException
  */
 public function __construct($authType = self::AUTH_CLASSIC)
 {
     $this->url = 'https://transfer.gdcert.com/ATM/Xml/Payment2.ashx';
     $this->setTest(self::TRANSACTION_TYPE_REAL);
     parent::__construct($authType);
 }