#luckee-go-cancelat
1 messages · Page 1 of 1 (latest)
👋 @thorny wren ! the stripe-go library is a bit finicky with this and doesn't simply support unsetting "integer parameters" so you have to use a bit of a hack via AddExtraParam like this: ```
params := &stripe.SubscriptionParams{}
params.AddExtra("cancel_at", "")
luckee-go-cancelat
Will try that, thanks
let me know if that works or not