| 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 | * locale. |
||
| 41 | * |
||
| 42 | * @param string $locale |
||
| 43 | * @return string |
||
| 44 | */ |
||
| 45 | 1 | protected function locale($locale) |
|
| 59 | |||
| 60 | /** |
||
| 61 | * {@inheritdoc} |
||
| 62 | */ |
||
| 63 | 2 | public function supports($request) |
|
| 69 | } |
||
| 70 |