Skip to content

Commit

Permalink
v1.2.2: added "object_status" field to refund response
Browse files Browse the repository at this point in the history
  • Loading branch information
d5 committed Sep 28, 2016
1 parent 8d15044 commit 3666e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
1 change: 1 addition & 0 deletions models/refund.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ type RefundInput struct {
type Refund struct {
RefundInput
CommonOutputFields
ObjectStatus string `json:"object_status,omitempty"`
}

0 comments on commit 3666e55

Please sign in to comment.