Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Oct 12, 2020
1 parent 2dfc309 commit 639f9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/core/src/config/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { StripeOptions } from 'nestjs-stripe'

const config: StripeOptions = {
apiKey: process.env.STRIPE_KEY!,
apiVersion: '2020-03-02',
apiVersion: '2020-08-27',
}

export default registerAs('stripe', () => config)

0 comments on commit 639f9b5

Please sign in to comment.