Skip to content

Commit

Permalink
fix: revert unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
x1m3 committed Oct 28, 2024
1 parent 2e39460 commit 0375222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/payment.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ type Iden3PaymentRequestCryptoV1 struct {
Address string `json:"address"`
Amount string `json:"amount"`
Currency string `json:"currency"`
Expiration string `json:"expirationDate,omitempty"`
Expiration string `json:"expiration,omitempty"`
}

// Iden3PaymentRailsRequestV1 represents the Iden3PaymentRailsRequestV1 payment request data.
Expand Down

0 comments on commit 0375222

Please sign in to comment.