Skip to content

Commit 6c1087c

Browse files
authored
Update directbilling serviceId type
1 parent 769e1c1 commit 6c1087c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/DirectBilling/Payment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Payment
3131

3232
private string $signature;
3333

34-
public function __construct(Guzzle $guzzle, int $serviceId, string $hash)
34+
public function __construct(Guzzle $guzzle, string $serviceId, string $hash)
3535
{
3636
$this->guzzle = $guzzle;
3737
$this->serviceId = $serviceId;

0 commit comments

Comments
 (0)