Skip to content

Commit

Permalink
Merge pull request #623 from OrderMyGear/slavick-add-payout-destination
Browse files Browse the repository at this point in the history
Changed Payout.Destination from string to *PayoutDestination to support expanding
  • Loading branch information
brandur-stripe authored Jul 9, 2018
2 parents c547b00 + 100c5fb commit 535e643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payout.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ type Payout struct {
Card *Card `json:"card"`
Created int64 `json:"created"`
Currency Currency `json:"currency"`
Destination string `json:"destination"`
Destination *PayoutDestination `json:"destination"`
FailureBalanceTransaction *BalanceTransaction `json:"failure_balance_transaction"`
FailureCode PayoutFailureCode `json:"failure_code"`
FailureMessage string `json:"failure_message"`
Expand Down

0 comments on commit 535e643

Please sign in to comment.