| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 61 | protected function getDefinedElements() |
||
| 62 | { |
||
| 63 | return array_merge(parent::getDefinedElements(), [ |
||
| 64 | 'order_cannot_be_paid_message' => '#sylius-order-cannot-be-paid', |
||
| 65 | 'payment_method' => '[name="sylius_checkout_payment_step[payments][0][method]"]', |
||
| 66 | 'payment_method_option' => '.item:contains("%payment_method%") input', |
||
| 67 | ]); |
||
| 68 | } |
||
| 69 | } |
||
| 70 |