From f9b9ad98f4b5e954d7033ac4e18b770ac46c768e Mon Sep 17 00:00:00 2001 From: Cyril Date: Sun, 27 Dec 2015 03:51:25 -0600 Subject: [PATCH] Rename client_id to client --- lib/paymill/models/checksum.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/paymill/models/checksum.rb b/lib/paymill/models/checksum.rb index a2333ce..ed2b94e 100644 --- a/lib/paymill/models/checksum.rb +++ b/lib/paymill/models/checksum.rb @@ -18,7 +18,7 @@ def self.create_with?( incoming_arguments ) def self.allowed_arguments [ :checksum_type, :amount, :currency, :return_url, :cancel_url, :description, - :shipping_address, :billing_address, :items, :shipping_amount, :handling_amount, :client_id, + :shipping_address, :billing_address, :items, :shipping_amount, :handling_amount, :client, :require_reusable_payment, :reusable_payment_description, :fee_amount, :fee_payment, :fee_currency, :app_id ]