| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | public function successAction(Request $request) |
||
| 24 | { |
||
| 25 | $payload = $this->getFactory()->getUtilEncodingService()->decodeJson($request->getContent(), true); |
||
| 26 | |||
| 27 | $this->getFactory()->createResponseProcessor()->processSuccessResponse($payload); |
||
|
|
|||
| 28 | |||
| 29 | //TODO: Update route |
||
| 30 | return $this->jsonResponse([ |
||
| 31 | 'redirectUrl' => 'http://www.de.suite-nonsplit.local/checkout/summary', |
||
| 32 | ]); |
||
| 35 |