Skip to content

Commit

Permalink
fix client/api.go
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Aug 5, 2021
1 parent efe6ad0 commit 6010b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func (a *API) Init(key string, backends *stripe.Backends) {
a.FeeRefunds = &feerefund.Client{B: backends.API, Key: key}
a.Fees = &fee.Client{B: backends.API, Key: key}
a.FileLinks = &filelink.Client{B: backends.API, Key: key}
a.Files = &file.Client{B: backends.API, CreateBackend: backends.Uploads, Key: key}
a.Files = &file.Client{B: backends.Uploads, Key: key}
a.IdentityVerificationReports = &identityverificationreport.Client{B: backends.API, Key: key}
a.IdentityVerificationSessions = &identityverificationsession.Client{B: backends.API, Key: key}
a.InvoiceItems = &invoiceitem.Client{B: backends.API, Key: key}
Expand Down

0 comments on commit 6010b5b

Please sign in to comment.