Ejemplo n.º 1
0
 /**
  * Constructs a client off of the
  * configured WSDL
  */
 public function __construct(ServerConfigs $configs, array $options = [])
 {
     $this->wsdl = $configs->getWsdlEndpoint();
     $this->merchantId = $configs->getMerchantId();
     $this->transactionId = $configs->getTransactionId();
     parent::__construct($this->wsdl, $options);
 }