Skip to content

Conversation

@mountmike
Copy link

Q A
Branch? main
Bug fix? yes
New feature? no
BC breaks? yes/no
Fixed tickets #...

I have been messing around with your boiler plates and had an error from the service API once I connected stripe and tried to do a test checkout.

The current code is trying to access the 'charges' object with paymentIntent.charges;

I changed this to 'latest_charge' and to access this I had to also expand on this object (as per Stripe documentation) with the line above - stripe client.retrieve().

Doing so in my own project seemed to fix the problem so I thought I would also add a PR for the boilerplate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant