View Issue Details

IDProjectCategoryView StatusLast Update
0007872module PayPal Checkoutmodule PayPal checkout - subpublic2026-01-13 10:40
Reporteroxid0815 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Target Version2.6.6 / 3.5.4 
Summary0007872: AjaxPaymentController::cancelPayPalSession does not return a valid response.
DescriptionRequests 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);
    }
TagsNo tags attached.

Activities

There are no notes attached to this issue.