Closed Pilzington closed 2 years ago
In stripe v73 the type of Card.ExpMonth and Card.ExpYear changed from uint64 to int64.
Card.ExpMonth
Card.ExpYear
uint64
int64
See here: https://pkg.go.dev/github.com/stripe/stripe-go/v73@v73.11.0?utm_source=gopls#PaymentMethodCard.ExpMonth
In stripe v73 the type of
Card.ExpMonth
andCard.ExpYear
changed fromuint64
toint64
.See here: https://pkg.go.dev/github.com/stripe/stripe-go/v73@v73.11.0?utm_source=gopls#PaymentMethodCard.ExpMonth