Skip to content

Commit

Permalink
Change duration to Duration (export field)
Browse files Browse the repository at this point in the history
  • Loading branch information
andhikamaheva committed Aug 21, 2018
1 parent 26d8a50 commit 2ae48a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ type Callbacks struct {
type Expiry struct {
StartAt time.Time `json:"start_at,omitempty"`
Unit string `json:"unit,omitempty"`
duration int64 `json:"duration,omitempty"`
Duration int64 `json:"duration,omitempty"`
}

// ChargeReq : Represent Charge request payload
Expand Down

0 comments on commit 2ae48a7

Please sign in to comment.