▮ Exception · unhandled
POST /api/v1/checkout/finalise → handler.process → app.Checkout
▮ Stack trace · go runtime
1 at handler.execute → /app/handlers/main.go:148 2 at server.serveHTTP → /app/server/http.go:62 3 at middleware.recover → /app/middleware/recover.go:33 4 at middleware.auth → /app/middleware/auth.go:118 5 at app.Checkout → /app/checkout/finalise.go:208 6 at app.charge → /app/checkout/charge.go:91 7 at gateway.Authorize → /app/gateway/client.go:54 8 at net/http.(*Client).Do → /usr/local/go/src/net/http/client.go:582 ... 3 frames omitted reason: nil pointer dereference (variable: gatewayClient) hint: expected initialised gateway client; got <nil> caused by: config.loadGateway returned nil without error (race?)
▮ Service health
▮ Request context