laravel-paypal icon indicating copy to clipboard operation
laravel-paypal copied to clipboard

Issue while creating a new subscription.

Open saqib-naeem-nxb opened this issue 3 years ago • 0 comments

Hi I am using Laravel 9

I am facing this error while creating a subscription

i am using this function

$provider->createSubscription( $data )

Response

Array
(
    [error] => Array
        (
            [name] => UNSUPPORTED_MEDIA_TYPE
            [message] => The server does not support the request payload’s media type.
            [debug_id] => 3b1e160673e0b
            [details] => Array
                (
                )

            [links] => Array
                (
                )

        )

)

Please Guide. Thanks

saqib-naeem-nxb avatar Jul 28 '22 09:07 saqib-naeem-nxb