View Issue Details

IDProjectCategoryView StatusLast Update
0007858module PayPal Checkoutmodule PayPal checkout - subpublic2025-12-05 14:50
ReporterSpritje Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionopen 
Product Version2.6.3 / 3.5.1 
Target Version2.6.4 / 3.5.2Fixed in Version2.6.4 / 3.5.2 
Summary0007858: Maintenance mode when the ‘PayPal Checkout’ tab is clicked for cancelled PayPal orders
DescriptionMaintenance mode is displayed in the lower frame when the ‘PayPal Checkout’ tab is clicked for cancelled PayPal orders (see attachment).
Steps To Reproduce1. 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
TagsNo tags attached.
Attached Files
PPC_0.jpg (186,071 bytes)   
PPC_0.jpg (186,071 bytes)   

Activities

QA

2025-11-21 15:50

administrator   ~0018263

[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: .......