lib/generators/templates/veritrans.yml in veritrans-2.1.3 vs lib/generators/templates/veritrans.yml in veritrans-2.2.0

- old
+ new

@@ -1,18 +1,18 @@ development: # Register in sandbox veritrans and get your keys here: - # https://my.sandbox.veritrans.co.id/settings/config_info + # https://dashboard.sandbox.midtrans.com/settings/config_info client_key: "" server_key: "" - api_host: https://api.sandbox.veritrans.co.id + api_host: https://api.sandbox.midtrans.com production: # Register and get your keys here: - # https://my.veritrans.co.id/settings/config_info + # https://dashboard.midtrans.com/settings/config_info client_key: <%= ENV['VERITRANS_CLIENT_KEY'] %> server_key: <%= ENV['VERITRANS_SERVER_KEY'] %> - api_host: https://api.veritrans.co.id + api_host: https://api.midtrans.com staging: client_key: <%= ENV['VT_SANDBOX_CLIENT_KEY'] %> server_key: <%= ENV['VT_SANDBOX_SERVER_KEY'] %> - api_host: https://api.sandbox.veritrans.co.id + api_host: https://api.sandbox.midtrans.com