veritrans / veritrans-ruby

Ruby library for Veritrans payment gateway (Indonesia)
http://docs.veritrans.co.id/en/welcome/index.html
Apache License 2.0
44 stars 28 forks source link

Fix load_config cannot render erb lines. #22

Closed gizipp closed 8 years ago

gizipp commented 8 years ago

Patch for https://github.com/veritrans/veritrans-ruby/issues/21.

So we can do

production:
  client_key: <%= ENV['VERITRANS_CLIENT_KEY'] %>
  server_key: <%= ENV['VERITRANS_SERVER_KEY'] %>
  api_host: <%= ENV['VERITRANS_API_HOST'] %>

in veritrans.yml

Thanks

Paxa commented 8 years ago

Very good, thank you!