View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007858 | module PayPal Checkout | module PayPal checkout - sub | public | 2025-11-21 15:49 | 2025-12-05 14:50 |
| Reporter | Spritje | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | open | ||
| Product Version | 2.6.3 / 3.5.1 | ||||
| Target Version | 2.6.4 / 3.5.2 | Fixed in Version | 2.6.4 / 3.5.2 | ||
| Summary | 0007858: Maintenance mode when the ‘PayPal Checkout’ tab is clicked for cancelled PayPal orders | ||||
| Description | Maintenance mode is displayed in the lower frame when the ‘PayPal Checkout’ tab is clicked for cancelled PayPal orders (see attachment). | ||||
| Steps To Reproduce | 1. go to admin -> order -> tab main 2. select canceled order 3. Tab -> PayPal Checkout -> Maintenance Mode | ||||
| Additional Information | - es - only happens in OXID 6, not in OXID 7 module | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
|
[2025-11-21 09:55:21] OXID Logger.ERROR: GET https://api.paypal.com/v2/checkout/orders/4EC298664X621023E returned: 404 Not Found Returned Message: The specified resource does not exist. Error Details: [{"issue":"INVALID_RESOURCE_ID","description":"Specified resource ID does not exist. Please check the resource ID and try again."}] Response: {"name":"RESOURCE_NOT_FOUND","debug_id":"a4339e2b5adc0","links":[{"href":"https:\/\/developer.paypal.com\/api\/rest\/reference\/orders\/v2\/errors\/#INVALID_RESOURCE_ID","rel":"information_link","method":"GET"}]} The following curl request could be used to simulate a similar request: curl -v -X GET "https://api.paypal.com/v2/checkout/orders/4EC298664X621023E" -H "User-Agent: GuzzleHttp/7" -H "Host: ....... |