Stripe 1.0.0 is here!!
Stripe 1.0.0 is here! π
In your Package.swift
file, add a Package
For Swift 3
.Package(url: "https://github.com/vapor-community/stripe.git", majorVersion: 1)
For Swift 4
.package(url: "https://github.com/vapor-community/stripe.git", .upToNextMajor(from: "1.0.0"))
Run a vapor update
and you're good to go!