#lane-Checkout-presentment
1 messages · Page 1 of 1 (latest)
And currently I'm just using the price ID:
{
Price: stripe.String(priceID),
Quantity: stripe.Int64(1),
},
},
Unfortunately I do not think this can be set automatically, you'll have to provide the locale
@signal dust we're building a feature that does that automatically for you right now. It's in beta but if you DM me your email address (I work for Stripe, I'm an admin here) I can mention it to the team working on it
@kindred sorrel So for now should I be using the customer record to manually set the locale here?