Skip to content

Commit

Permalink
added phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleffio committed Jun 26, 2019
1 parent ffadb51 commit 37f048f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Adyen/Service/PosPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ public function getServiceId($request)
return null;
}

/**
* @param $params
* @return mixed
* @throws \Adyen\AdyenException
*/
public function getConnectedTerminals($params)
{
$result = $this->connectedTerminals->request($params);
Expand Down

0 comments on commit 37f048f

Please sign in to comment.