Skip to content

Commit

Permalink
Modify error message
Browse files Browse the repository at this point in the history
  • Loading branch information
matipan committed Nov 2, 2020
1 parent 67accca commit 100b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doubleclick.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func ParseKeys(ic, ec []byte) (icKey []byte, ecKey []byte, err error) {

// ErrInvalidPrice is the error returned when the price parsed
// by DecryptPrice is not correct.
var ErrInvalidPrice = errors.New("adx price is invalid")
var ErrInvalidPrice = errors.New("price is invalid")

// DecryptPrice decrypts the price with google's doubleclick cryptography encoding.
// encPrice is an unpadded web-safe base64 encoded string according to RFC 3548.
Expand Down

0 comments on commit 100b801

Please sign in to comment.