#tyrannoswoleus
1 messages · Page 1 of 1 (latest)
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.
- tyrannoswoleus, 1 hour ago, 3 messages
Can you share which version of stripe-go library you use?
github.com/stripe/stripe-go v70.15.0+incompatible // indirect
github.com/stripe/stripe-go/v76 v76.3.0 // indirect
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
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
I'd recommend ensuring that v76.3.0 is used in your code