@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Nette; |
6 | 6 | use Nette\Application\LinkGenerator; |
7 | -use Nette\Utils\Strings; |
|
8 | 7 | use PaySys\PaySys\IConfiguration; |
9 | 8 | |
10 | 9 |
@@ -27,6 +27,9 @@ |
||
27 | 27 | $this->timestamp = gmdate('dmYHis'); |
28 | 28 | } |
29 | 29 | |
30 | + /** |
|
31 | + * @param string $amt |
|
32 | + */ |
|
30 | 33 | public function setAmount($amt) : IPayment |
31 | 34 | { |
32 | 35 | if (!Validator::isAmount($amt)) |