Skip to content

Commit

Permalink
change type of interval, now it returns integer
Browse files Browse the repository at this point in the history
  • Loading branch information
vasconcelosvcd committed Dec 30, 2021
1 parent c540fec commit 730d222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ type (
RecurrentPayment struct {
AuthorizeNow bool `json:",omitempty"`
EndDate string `json:",omitempty"`
Interval string `json:",omitempty"`
Interval uint32 `json:",omitempty"`
RecurrentPaymentId string `json:",omitempty"`
ReasonCode int32 `json:",omitempty"`
ReasonMessage string `json:",omitempty"`
Expand Down

0 comments on commit 730d222

Please sign in to comment.