| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | public function successAction(Request $request) |
||
| 14 | { |
||
| 15 | $payload = $this->getFactory()->getUtilEncodingService()->decodeJson($request->getContent(), true); |
||
| 16 | |||
| 17 | $this->getFactory()->createResponseProcessor()->processSuccessResponse($payload); |
||
|
|
|||
| 18 | |||
| 19 | return $this->jsonResponse([ |
||
| 20 | 'redirectUrl' => 'http://www.de.suite-nonsplit.local/checkout/summary' |
||
| 21 | ]); |
||
| 23 | } |