#tyrannoswoleus

1 messages · Page 1 of 1 (latest)

sullen stoneBOT
#

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.

sweet temple
#

Can you share which version of stripe-go library you use?

dusky pendant
#

these are the two from my go.mod file

#

i assumed they're the latest right

#

this is the type that it gave me for my checkout session

sweet temple
#

The latest version is v76.4.0. Even so, CustomerDetails exists in v76.3.0: https://github.com/stripe/stripe-go/blob/v76.3.0/checkout_session.go#L2513-L2518

It's likely v70.15.0 was picked up that doesn't have CustomerDetails existed: https://github.com/stripe/stripe-go/blob/v70.15.0/checkout_session.go

GitHub

Go library for the Stripe API. . Contribute to stripe/stripe-go development by creating an account on GitHub.

GitHub

Go library for the Stripe API. . Contribute to stripe/stripe-go development by creating an account on GitHub.

#

I'd recommend ensuring that v76.3.0 is used in your code