Skip to content

Commit 2bca586

Browse files
author
Krzysztof Grzelak
committed
Update Directbilling.php
1 parent 5ac8cc3 commit 2bca586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directbilling.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public function getTransactions(int $serviceId, int $amount = 10, int $offset =
282282
return $this->response;
283283
}
284284

285-
public function getTransaction(int $id) {
285+
public function getTransaction(string $id) {
286286
$this->response = $this->url('db_status', ['id' => $id]);
287287
return $this->response;
288288
}

0 commit comments

Comments
 (0)