We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8944c3 commit 9c79a6eCopy full SHA for 9c79a6e
lib/DirectBilling/DirectBilling.php
@@ -22,7 +22,7 @@ public function __construct(Guzzle $guzzle)
22
$this->guzzle = $guzzle;
23
}
24
25
- public function payment(int $serviceId, string $hashKey): Payment
+ public function payment(string $serviceId, string $hashKey): Payment
26
{
27
return new Payment($this->guzzle, $serviceId, $hashKey);
28
0 commit comments