mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-05-29 00:01:51 -04:00
Add missing paren
This commit is contained in:
parent
24dcd8707e
commit
8d378fdda7
0
bin/stripe-console
Executable file → Normal file
0
bin/stripe-console
Executable file → Normal file
@ -396,7 +396,7 @@ module Stripe
|
||||
|
||||
def self.request(method, url, api_key, params=nil, headers={})
|
||||
api_key ||= @@api_key
|
||||
raise AuthenticationError.new('No API key provided. (HINT: set your API key using "Stripe.api_key = <API-KEY>". You can generate API keys from the Stripe web interface. See https://stripe.com/api for details, or email support@stripe.com if you have any questions.') unless api_key
|
||||
raise AuthenticationError.new('No API key provided. (HINT: set your API key using "Stripe.api_key = <API-KEY>". You can generate API keys from the Stripe web interface. See https://stripe.com/api for details, or email support@stripe.com if you have any questions.)') unless api_key
|
||||
|
||||
if !File.exists?(@@ssl_bundle_path)
|
||||
unless @no_bundle
|
||||
|
Loading…
x
Reference in New Issue
Block a user