mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-22 00:05:58 -05:00
Fix reference to instance variable
This commit is contained in:
parent
664a63a4de
commit
c0b77e6fbf
@ -137,7 +137,7 @@ module Stripe
|
|||||||
@no_bundle = true
|
@no_bundle = true
|
||||||
end
|
end
|
||||||
|
|
||||||
!(@no_verify || @no_nobundle)
|
!(@no_verify || @no_bundle)
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.user_agent
|
def self.user_agent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user