Add PUT /payments/{id}/cancel
#57
GitHub Actions / golangci
failed
Jun 12, 2024 in 1s
reviewdog [golangci] report
reported by reviewdog 🐶
Findings (1)
payments_test.go|169 col 18| undefined: api.PaymentCancelCardResponseStatusCANCELLED (typecheck)
Filtered Findings (1)
client.go|1| : # github.com/pepabo/fincode-go [github.com/pepabo/fincode-go.test]
Annotations
Check failure on line 169 in payments_test.go
github-actions / golangci
[golangci] payments_test.go#L169
undefined: api.PaymentCancelCardResponseStatusCANCELLED (typecheck)
Raw output
./payments_test.go:169:18: undefined: api.PaymentCancelCardResponseStatusCANCELLED (typecheck)
package fincode
Loading