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] => 400
[response_data] => Array
(
[name] => INVALID_REQUEST
[message] => Request is not well-formed, syntactically incorrect, or violates schema.
[debug_id] => b5915fe688b58
[details] => Array
(
[0] => Array
(
[field] => /purchase_units
[value] =>
[location] => body
[issue] => MISSING_REQUIRED_PARAMETER
[description] => A required field / parameter is missing.
)
[1] => Array
(
[field] => /intent
[value] =>
[location] => body
[issue] => MISSING_REQUIRED_PARAMETER
[description] => A required field / parameter is missing.
)
)
[links] => Array
(
[0] => Array
(
[href] => https://developer.paypal.com/docs/api/orders/v2/#error-MISSING_REQUIRED_PARAMETER
[rel] => information_link
[encType] => application/json
)
)
)
[request_data] => Array
(
)
[raw_request] => []
[raw_response] => {"name":"INVALID_REQUEST","message":"Request is not well-formed, syntactically incorrect, or violates schema.","debug_id":"b5915fe688b58","details":[{"field":"/purchase_units","value":"","location":"body","issue":"MISSING_REQUIRED_PARAMETER","description":"A required field / parameter is missing."},{"field":"/intent","value":"","location":"body","issue":"MISSING_REQUIRED_PARAMETER","description":"A required field / parameter is missing."}],"links":[{"href":"https://developer.paypal.com/docs/api/orders/v2/#error-MISSING_REQUIRED_PARAMETER","rel":"information_link","encType":"application/json"}]}
)