#Sn0w

1 messages · Page 1 of 1 (latest)

oblique pelican
#

Unfortunately Stripe doesn't have Symphony examples but we do have PHP ones

#

Do you have a specific problem you are running in to when trying to get Stripe PHP to work with Symphony?

still wadi
#

Thanks, I'll look into it. Yes actually I don't think that copying and pasting the PHP code provided in the documentation will work with Symfony

#

I am a beginner with Symfony

oblique pelican
#

Is there an error or something else you are seeing? Unfortunately I'm not immediately familiar with Symphony so I don't know what specific changes might be made

#

The PHP calls to the API should be the same, the code around them will probably be different

still wadi
#

Mmh okey

still wadi
#

Now I get this error in JS

#

Line 232

wispy fable
#

@still wadi what have you tried on your end?

#

You shared a screenshot of an error and then a screenshot of JS code and that's it.

#

You need to debug your code as you're writing it as the developer and add clear logs to understand every parts of it. Right now something returned by your PHP code is not matching what your client-side code expects

still wadi
#

I've just paste the code in the documentation