Skip to content

Commit 9c79a6e

Browse files
authored
Directbilling serviceId typ
1 parent e8944c3 commit 9c79a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DirectBilling/DirectBilling.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __construct(Guzzle $guzzle)
2222
$this->guzzle = $guzzle;
2323
}
2424

25-
public function payment(int $serviceId, string $hashKey): Payment
25+
public function payment(string $serviceId, string $hashKey): Payment
2626
{
2727
return new Payment($this->guzzle, $serviceId, $hashKey);
2828
}

0 commit comments

Comments
 (0)