View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007872 | module PayPal Checkout | module PayPal checkout - sub | public | 2025-12-16 14:33 | 2026-02-03 09:25 |
| Reporter | oxid0815 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Target Version | 2.6.5 / 3.5.3 | Fixed in Version | 2.6.5 / 3.5.3 | ||
| Summary | 0007872: AjaxPaymentController::cancelPayPalSession does not return a valid response. | ||||
| Description | Requests to the function AjaxPaymentController::cancelPayPalSession always result in an error because there is no exit and the frontend rendering was started without a template. This would fix the issue: public function cancelPayPalSession(): void { PayPalSession::unsetPayPalSession(); $response = [ 'status' => 'success' ]; $this->outputJson($response); } | ||||
| Tags | No tags attached. | ||||