try to pin coffeescriptsource
This commit is contained in:
parent
5e04f72d8e
commit
6b878cf119
|
|
@ -165,7 +165,7 @@ end
|
|||
gem 'sass-rails'
|
||||
gem 'coffee-rails'
|
||||
gem 'uglifier'
|
||||
|
||||
gem 'coffee-script-source', '1.11.1'
|
||||
group :test, :cucumber do
|
||||
gem 'simplecov', '~> 0.7.1'
|
||||
gem 'simplecov-rcov'
|
||||
|
|
|
|||
|
|
@ -455,10 +455,8 @@ if defined?(Bundler)
|
|||
config.jam_class_card_wait_period_year = 1
|
||||
|
||||
config.paypal_mode = 'sandbox' #sandbox or live
|
||||
config.app_id = 'APP-80W284485P519543T' # this is constant across all sandbox accts
|
||||
#config.app_id = 'APP-80W284485P519543T' # this is constant across all sandbox accts
|
||||
config.paypal_username = 'seth+ppmerchant_api1.jamkazam.com' # seth+ppmerchant@jamkazam.com' # 'seth+ppmerchant_api1.jamkazam.com'
|
||||
config.paypal_client_id = 'AZ5CCd8lHNntZ0ddxk_Wvo6LUaACd-bsMr7OPu_M1oI9vPN3d89mdSKswns9GEKB57qIwTT9_NyyK1c8'
|
||||
config.paypal_client_secret = 'EIK0KWr8G5ntzYyJzbGCrsdr62aaJw2PdtXJrQddI9WuraBxJfiL4aMtKWu7Cyo4ACt13hLvCqg84HjP'
|
||||
config.paypal_password = 'UXDKMPLYNE5YRLMK'
|
||||
config.paypal_signature = 'AFcWxV21C7fd0v3bYYYRCpSSRl31AmvhBjN40M8etif4EA.L8EyMxdsu'
|
||||
config.paypal_debug = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue