@@ -91,6 +91,9 @@ |
||
| 91 | 91 | $this->charge(3, $type, $sum, $currency); |
| 92 | 92 | } |
| 93 | 93 | |
| 94 | + /** |
|
| 95 | + * @param integer $no |
|
| 96 | + */ |
|
| 94 | 97 | public function charge($no, $type, $sum = null, $currency = null) |
| 95 | 98 | { |
| 96 | 99 | var_dump($this->formula); |
@@ -1,11 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | use Behat\Behat\Context\Context; |
| 4 | -use Behat\Gherkin\Node\PyStringNode; |
|
| 5 | -use Behat\Gherkin\Node\TableNode; |
|
| 6 | 4 | use DateTimeImmutable; |
| 7 | 5 | use hiqdev\php\billing\action\Action; |
| 8 | -use hiqdev\php\billing\charge\Charge; |
|
| 9 | 6 | use hiqdev\php\billing\customer\Customer; |
| 10 | 7 | use hiqdev\php\billing\price\SinglePrice; |
| 11 | 8 | use hiqdev\php\billing\target\Target; |