mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
remove extra space (#980)
This commit is contained in:
parent
e90312a154
commit
1e62ccd968
@ -106,7 +106,7 @@ module Stripe
|
||||
# with API requests. Useful for plugin authors to identify their plugin when
|
||||
# communicating with Stripe.
|
||||
#
|
||||
# Takes a name and optional partner program ID, plugin URL, and version.
|
||||
# Takes a name and optional partner program ID, plugin URL, and version.
|
||||
def self.set_app_info(name, partner_id: nil, url: nil, version: nil)
|
||||
@app_info = {
|
||||
name: name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user