golangci-lint v2.13.0's staticcheck flags:
- internal/api/adapters.go:1297
- internal/payment/checkout.go:124
- internal/payment/checkout.go:211
(stripe-go/v82.Params).Metadata is deprecated — the Metadata field should be set on the surrounding typed params struct instead. Money-path adjacent (checkout/payment): fix in its own PR under the playbook, with the three call sites audited together, then unpin CI's golangci-lint (pinned to v2.12.2 by the CI fix that surfaced this).
Found while an unrelated bench PR (#832) failed lint on files it never touched.
golangci-lint v2.13.0's staticcheck flags:
(stripe-go/v82.Params).Metadatais deprecated — the Metadata field should be set on the surrounding typed params struct instead. Money-path adjacent (checkout/payment): fix in its own PR under the playbook, with the three call sites audited together, then unpin CI's golangci-lint (pinned to v2.12.2 by the CI fix that surfaced this).Found while an unrelated bench PR (#832) failed lint on files it never touched.