| 1 | <?php |
||
| 19 | final class OrderPaymentMethodEligibility extends Constraint |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var string |
||
| 23 | */ |
||
| 24 | public $message = 'sylius.order.payment_method_eligibility'; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | public function validatedBy() |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | public function getTargets() |
||
| 41 | } |
||
| 42 |