Skip to content

Commit

Permalink
Export finish field in Callback
Browse files Browse the repository at this point in the history
  • Loading branch information
andhikamaheva committed Aug 28, 2018
1 parent 2e0df0b commit 061d1e5
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 @@ -171,7 +171,7 @@ type ConvStoreDetail struct {

// Callbacks : Represent callbacks url after transaction successfully paid
type Callbacks struct {
finish string `json:"finish,omitempty"`
Finish string `json:"finish,omitempty"`
}

// Expiry : Represent transaction expiry time
Expand Down

0 comments on commit 061d1e5

Please sign in to comment.