We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769e1c1 commit 6c1087cCopy full SHA for 6c1087c
1 file changed
lib/DirectBilling/Payment.php
@@ -31,7 +31,7 @@ class Payment
31
32
private string $signature;
33
34
- public function __construct(Guzzle $guzzle, int $serviceId, string $hash)
+ public function __construct(Guzzle $guzzle, string $serviceId, string $hash)
35
{
36
$this->guzzle = $guzzle;
37
$this->serviceId = $serviceId;
0 commit comments