Skip to content

Commit

Permalink
use string type (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya authored May 15, 2024
1 parent e5fb5d7 commit 83da4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ type CredentialPaymentInfo struct {
Credentials []CredentialInfo `json:"credentials"`
Type string `json:"type"`
Data CredentialPaymentData `json:"data"`
Expiration int64 `json:"expiration,omitempty"`
Expiration string `json:"expiration,omitempty"`
Description string `json:"description,omitempty"`
}

Expand Down

0 comments on commit 83da4fa

Please sign in to comment.