We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b74426 commit 35f9ccdCopy full SHA for 35f9ccd
pkg/internal/payment/errors.go
@@ -5,7 +5,7 @@ import "net/http"
5
type ErrorStatus string
6
7
func (s ErrorStatus) MarshalJSON() ([]byte, error) {
8
- return []byte("error"), nil
+ return []byte(`"error"`), nil
9
}
10
11
type ErrorResponse struct {
0 commit comments