1 | <?php |
||
20 | class PaymentStep extends SymfonyPage implements PaymentStepInterface |
||
21 | { |
||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | public function selectPaymentMethod($paymentMethod) |
||
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | public function continueCheckout() |
||
43 | |||
44 | /** |
||
45 | * @return string |
||
46 | */ |
||
47 | protected function getRouteName() |
||
51 | } |
||
52 |