We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1499768 commit eefb006Copy full SHA for eefb006
src/Gateway.php
@@ -72,15 +72,15 @@ public function setReturnUrl(string $value)
72
}
73
74
/**
75
- * @param array<string, integer|string|float> $params
+ * @param array<string, integer|string|boolean> $params
76
*/
77
public function purchase(array $params = []): RequestInterface
78
{
79
return $this->createRequest(PurchaseRequest::class, $params);
80
81
82
83
84
85
public function completePurchase(array $params = []): RequestInterface
86
0 commit comments