#connorRs

1 messages · Page 1 of 1 (latest)

spiral torrentBOT
crimson sonnet
#

Hello 👋
Let me take a look

#

Can you share the example code you're trying to use?

chilly hinge
#

Perfect, that's what I was missing. Thanks!

crimson sonnet
#

Kinda like

params := &stripe.InvoiceParams{}
params.AddMetadata("order_id", "6735")
in, _ := invoice.New(
  params
)```
chilly hinge
#

Got it, tysm!