lib/generators/templates/mangopay.rb.erb in mangopay-3.0.31 vs lib/generators/templates/mangopay.rb.erb in mangopay-3.0.32
- old
+ new
@@ -1,5 +1,5 @@
MangoPay.configure do |c|
c.preproduction = <%= options[:preproduction] %>
c.client_id = '<%= @client_id %>'
- c.client_passphrase = '<%= @client_passphrase %>'
+ c.client_apiKey = '<%= @client_apiKey %>'
end