add stripe integration for safebooru

This commit is contained in:
r888888888
2015-01-22 15:55:35 -08:00
parent 447597b665
commit b2b14cba98
11 changed files with 113 additions and 24 deletions

View File

@@ -335,5 +335,11 @@ module Danbooru
def coinbase_api_secret
end
def stripe_secret_key
end
def stripe_publishable_key
end
end
end

View File

@@ -0,0 +1 @@
Stripe.api_key = Danbooru.config.stripe_secret_key