Skip to content

Commit

Permalink
Merge pull request #739 from OrderMyGear/expand-fee-refund-fee
Browse files Browse the repository at this point in the history
Use ApplicationFee struct for FeeRefund.Fee
  • Loading branch information
brandur-stripe authored Dec 13, 2018
2 parents adec79d + 659b8ab commit 7dada40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feerefund.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type FeeRefund struct {
BalanceTransaction *BalanceTransaction `json:"balance_transaction"`
Created int64 `json:"created"`
Currency Currency `json:"currency"`
Fee string `json:"fee"`
Fee *ApplicationFee `json:"fee"`
ID string `json:"id"`
Metadata map[string]string `json:"metadata"`
}
Expand Down

0 comments on commit 7dada40

Please sign in to comment.