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] => 201
    [response_data] => Array
        (
            [id] => 7KL7713603989032M
            [status] => CREATED
            [links] => Array
                (
                    [0] => Array
                        (
                            [href] => https://api.sandbox.paypal.com/v2/checkout/orders/7KL7713603989032M
                            [rel] => self
                            [method] => GET
                        )

                    [1] => Array
                        (
                            [href] => https://www.sandbox.paypal.com/checkoutnow?token=7KL7713603989032M
                            [rel] => approve
                            [method] => GET
                        )

                    [2] => Array
                        (
                            [href] => https://api.sandbox.paypal.com/v2/checkout/orders/7KL7713603989032M
                            [rel] => update
                            [method] => PATCH
                        )

                    [3] => Array
                        (
                            [href] => https://api.sandbox.paypal.com/v2/checkout/orders/7KL7713603989032M/authorize
                            [rel] => authorize
                            [method] => POST
                        )

                )

        )

    [request_data] => Array
        (
            [intent] => AUTHORIZE
            [purchase_units] => Array
                (
                    [0] => Array
                        (
                            [amount] => Array
                                (
                                    [currency_code] => USD
                                    [value] => 100.00
                                )

                        )

                )

            [application_context] => Array
                (
                    [return_url] => http://paypalphp.angelleye.com/samples/get-order-details.php
                    [cancel_url] => http://paypalphp.angelleye.com/samples/create-order.php
                )

        )

    [raw_request] => {"intent":"AUTHORIZE","purchase_units":[{"amount":{"currency_code":"USD","value":"100.00"}}],"application_context":{"return_url":"http:\/\/paypalphp.angelleye.com\/samples\/get-order-details.php","cancel_url":"http:\/\/paypalphp.angelleye.com\/samples\/create-order.php"}}
    [raw_response] => {"id":"7KL7713603989032M","status":"CREATED","links":[{"href":"https://api.sandbox.paypal.com/v2/checkout/orders/7KL7713603989032M","rel":"self","method":"GET"},{"href":"https://www.sandbox.paypal.com/checkoutnow?token=7KL7713603989032M","rel":"approve","method":"GET"},{"href":"https://api.sandbox.paypal.com/v2/checkout/orders/7KL7713603989032M","rel":"update","method":"PATCH"},{"href":"https://api.sandbox.paypal.com/v2/checkout/orders/7KL7713603989032M/authorize","rel":"authorize","method":"POST"}]}
)