1
0
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:
Nicolas Florentin 2018-03-07 16:04:20 +01:00
parent c174f22c00
commit 3db93dbc41

View File

@ -1,3 +1,4 @@
require "stripe"
Stripe.api_key = Rails.application.secrets.stripe_api_key
Stripe.api_version = "2015-10-16"