1 | <?php |
||
11 | class CreateTransactionAction extends BaseApiAwareAction |
||
12 | { |
||
13 | /** |
||
14 | * {@inheritdoc} |
||
15 | * |
||
16 | * @param $request CreateTransaction |
||
17 | */ |
||
18 | 2 | public function execute($request) |
|
38 | |||
39 | /** |
||
40 | * {@inheritdoc} |
||
41 | */ |
||
42 | 2 | public function supports($request) |
|
48 | |||
49 | /** |
||
50 | * locale. |
||
51 | * |
||
52 | * @param string $locale |
||
53 | * @return string |
||
54 | */ |
||
55 | 1 | protected function locale($locale) |
|
69 | } |
||
70 |