#luckee-go-cancelat

1 messages · Page 1 of 1 (latest)

hexed heronBOT
fluid dome
#

👋 @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

thorny wren
#

Will try that, thanks

fluid dome
#

let me know if that works or not