mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-06-03 00:01:47 -04:00
Allow client_id configuration on instance config (#952)
It's necessary to allow `client_id` to be configured in order to move towards supporting `StripeClient` instances.
This commit is contained in:
parent
9787913b35
commit
06bcc863b0
@ -79,13 +79,12 @@ module Stripe
|
||||
def_delegators :@configuration, :logger, :logger=
|
||||
def_delegators :@configuration, :max_network_retries, :max_network_retries=
|
||||
def_delegators :@configuration, :enable_telemetry=, :enable_telemetry?
|
||||
def_delegators :@configuration, :client_id=, :client_id
|
||||
|
||||
# Internal configurations
|
||||
def_delegators :@configuration, :max_network_retry_delay
|
||||
def_delegators :@configuration, :initial_network_retry_delay
|
||||
def_delegators :@configuration, :ca_store
|
||||
|
||||
attr_accessor :client_id
|
||||
end
|
||||
|
||||
# Gets the application for a plugin that's identified some. See
|
||||
|
Loading…
x
Reference in New Issue
Block a user