#sergixel04

1 messages · Page 1 of 1 (latest)

odd tuskBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

lost loom
winter haven
#

Will find it, I paste the code:

$stripe->subscriptions->update([

                $subscription['stripe_id'],

                [

                    'description' => 'ESTA SUSCRIPCIÓN PERTENECE A LA CUENTA DE: ' . $request->name,

                ],

            ]);
#

I cannot find the ID of the request, because it wasn't made due to that error

lost loom
#

the code you are sharing, doesn't show the use of trim()

#

this seems to be an error in your own code and not Stripe API response

winter haven
#

Aiight I'll take a look, thank you @lost loom

lost loom
#

Happy to help!