#connorRs
1 messages · Page 1 of 1 (latest)
Hello 👋
Let me take a look
Can you share the example code you're trying to use?
Ah I think what you want is AddMetadata instead
https://github.com/stripe/stripe-go/issues/1130
Perfect, that's what I was missing. Thanks!
Kinda like
params := &stripe.InvoiceParams{}
params.AddMetadata("order_id", "6735")
in, _ := invoice.New(
params
)```
Got it, tysm!