Skip to content

Commit

Permalink
endpoints: Update the stripe version
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycastelli committed Jun 14, 2017
1 parent db58d7d commit bff19d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/API/Helpers/Endpoints.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal let APIVersion = "v1/"

internal let DefaultHeaders = [
HeaderKey.contentType: "application/x-www-form-urlencoded",
StripeHeader.Version: "2017-05-25"
StripeHeader.Version: "2017-06-05"
]

internal struct StripeHeader {
Expand Down

0 comments on commit bff19d5

Please sign in to comment.