Skip to content

Commit

Permalink
Merge pull request #458 from stripe/brandur-remove-charge-token
Browse files Browse the repository at this point in the history
Remove Charge.Token
  • Loading branch information
brandur-stripe authored Sep 19, 2017
2 parents f8b6a80 + f9a02c3 commit d886bd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charge.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ type ChargeParams struct {
Shipping *ShippingDetails `form:"shipping"`
Source *SourceParams `form:"*"` // SourceParams has custom encoding so brought to top level with "*"
Statement string `form:"statement_descriptor"`
Token string `form:"-"` // Does not appear to be used?
TransferGroup string `form:"transfer_group"`
}

Expand Down

0 comments on commit d886bd1

Please sign in to comment.