Skip to content

Commit b06bd76

Browse files
committed
Removing double function
1 parent 3524ff0 commit b06bd76

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

figo/Session.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -192,18 +192,6 @@ public function get_transactions($account_id = null, $since = null, $count = 100
192192
return $result;
193193
}
194194

195-
/**
196-
* Retrieve a specific transaction
197-
*
198-
* @param string ID of the account on which the transaction occured
199-
* @param string ID of the transaction to be retrieved
200-
* @return Transaction a `Transaction` object representing the transaction to be retrieved
201-
*/
202-
public function get_transaction($account_id, $transaction_id) {
203-
$response = $this->query_api("/rest/accounts/".$account_id."/transactions/".$transaction_id);
204-
return (is_null($response) ? null : new Transaction($this, $response));
205-
}
206-
207195
/**
208196
* Retrieve a specific bank
209197
*

0 commit comments

Comments
 (0)