Deprecated: Creation of dynamic property angelleye\PayPal\Rest::$sandbox is deprecated in /home/angelley/paypalphp/src/angelleye/PayPal/Rest.php on line 11
Deprecated: Creation of dynamic property angelleye\PayPal\Rest::$debug is deprecated in /home/angelley/paypalphp/src/angelleye/PayPal/Rest.php on line 12
Deprecated: Creation of dynamic property angelleye\PayPal\Rest::$client_id is deprecated in /home/angelley/paypalphp/src/angelleye/PayPal/Rest.php on line 13
Deprecated: Creation of dynamic property angelleye\PayPal\Rest::$client_secret is deprecated in /home/angelley/paypalphp/src/angelleye/PayPal/Rest.php on line 14
Array
(
[http_status] => 404
[response_data] => Array
(
[name] => RESOURCE_NOT_FOUND
[details] => Array
(
[0] => Array
(
[issue] => INVALID_RESOURCE_ID
[description] => Specified resource ID does not exist. Please check the resource ID and try again.
)
)
[message] => The specified resource does not exist.
[debug_id] => 9821c19dd533b
[links] => Array
(
[0] => Array
(
[href] => https://developer.paypal.com/api/rest/reference/orders/v2/errors/#INVALID_RESOURCE_ID
[rel] => information_link
[method] => GET
)
)
)
[request_data] => Array
(
[0] => Array
(
[op] => replace
[path] => /purchase_units/@reference_id=='default'/amount/value
[value] => 150.00
)
)
[raw_request] => [{"op":"replace","path":"\/purchase_units\/@reference_id=='default'\/amount\/value","value":"150.00"}]
[raw_response] => {"name":"RESOURCE_NOT_FOUND","details":[{"issue":"INVALID_RESOURCE_ID","description":"Specified resource ID does not exist. Please check the resource ID and try again."}],"message":"The specified resource does not exist.","debug_id":"9821c19dd533b","links":[{"href":"https://developer.paypal.com/api/rest/reference/orders/v2/errors/#INVALID_RESOURCE_ID","rel":"information_link","method":"GET"}]}
)