mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
fix stripe api version, all fabmanagers has to use this version because codebase relies on it
This commit is contained in:
parent
c174f22c00
commit
3db93dbc41
@ -1,3 +1,4 @@
|
||||
require "stripe"
|
||||
|
||||
Stripe.api_key = Rails.application.secrets.stripe_api_key
|
||||
Stripe.api_version = "2015-10-16"
|
Loading…
Reference in New Issue
Block a user