@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace PayumTW\Ips\Action\Api; |
| 4 | 4 | |
| 5 | 5 | use PayumTW\Ips\Api; |
| 6 | -use Payum\Core\ApiAwareInterface; |
|
| 7 | 6 | use Payum\Core\Action\ActionInterface; |
| 7 | +use Payum\Core\ApiAwareInterface; |
|
| 8 | 8 | use Payum\Core\Exception\UnsupportedApiException; |
| 9 | 9 | |
| 10 | 10 | abstract class BaseApiAwareAction implements ActionInterface, ApiAwareInterface |
@@ -88,7 +88,6 @@ discard block |
||
| 88 | 88 | * createTransaction. |
| 89 | 89 | * |
| 90 | 90 | * @param array $params |
| 91 | - * @param mixed $request |
|
| 92 | 91 | * |
| 93 | 92 | * @return array |
| 94 | 93 | */ |
@@ -176,7 +175,7 @@ discard block |
||
| 176 | 175 | * |
| 177 | 176 | * @param string $response |
| 178 | 177 | * |
| 179 | - * @return array |
|
| 178 | + * @return string |
|
| 180 | 179 | */ |
| 181 | 180 | public function parseResponse($response) |
| 182 | 181 | { |