/** * Returns endpoint for authorize requests * * @return string Endpoint URL */ protected function getEndpoint() { return parent::getEndpoint() . 'TransactionStatus'; }
/** * Returns endpoint for authorize requests * * @return string Endpoint URL */ protected function getEndpoint() { return parent::getEndpoint() . 'TransactionModification'; }
/** * Returns endpoint for tokenize requests * * @return string Endpoint URL */ protected function getEndpoint() { return parent::getEndpoint() . 'Tokenize'; }
/** * Returns endpoint for authorize requests * * @return string Endpoint URL */ protected function getEndpoint() { return parent::getEndpoint() . 'Authorize'; }
/** * Returns endpoint for update token requests * * @return string Endpoint URL */ protected function getEndpoint() { return parent::getEndpoint() . 'UpdateToken'; }