@@ -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)) |