@@ -26,7 +26,6 @@ |
||
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | 28 | * Finds suitable plans for given order: customer + actions. |
| 29 | - * @param ActionInterface $action |
|
| 30 | 29 | * @return PlanInterface[] array: actionKey => plan |
| 31 | 30 | */ |
| 32 | 31 | public function findByOrder(OrderInterface $order); |
@@ -81,6 +81,10 @@ |
||
| 81 | 81 | parent::__construct(null, 'Test Certificate Plan', $this->seller, $prices); |
| 82 | 82 | } |
| 83 | 83 | |
| 84 | + /** |
|
| 85 | + * @param string $typeName |
|
| 86 | + * @param string $targetName |
|
| 87 | + */ |
|
| 84 | 88 | public function getRawPrices($typeName, $targetName) |
| 85 | 89 | { |
| 86 | 90 | return $this->rawPrices[$typeName . '_' . $targetName]; |