vivid_seats 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vivid_seats/api.rb +1 -1
- data/lib/vivid_seats/performer.rb +4 -0
- metadata +2 -2
data/lib/vivid_seats/api.rb
CHANGED
@@ -10,7 +10,7 @@ module VividSeats
|
|
10
10
|
include HTTParty
|
11
11
|
|
12
12
|
base_uri 'https://webservices.vividseats.com/rest/v2'
|
13
|
-
default_params :accessId => ENV['
|
13
|
+
default_params :accessId => ENV['VIVID_SEATS_ACCESS_ID']
|
14
14
|
parser lambda { |body, format| JSON.parse(body) }
|
15
15
|
|
16
16
|
if ENV['VIVID_SEATS_PROXY']
|