Skip to content

Commit

Permalink
Add a specific Stripe version for the API
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Apr 1, 2022
1 parent 1c5e899 commit 4a6f7f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/initializers/stripe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# Full license explanation at https://github.com/houdiniproject/houdini/blob/main/LICENSE
require 'stripe'

Stripe.api_version = '2017-06-05'

#Stripe.api_key = Houdini.payment_providers.stripe.stripe.private_key

#Rails.application.config.Houdini.hoster.support_email = "[email protected]"

0 comments on commit 4a6f7f7

Please sign in to comment.