From 478571b3fe7fc62b248dfe56c68f294fc4a25b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Gwo=CC=81z=CC=81dz=CC=81?= Date: Wed, 17 Jan 2018 09:21:59 +0100 Subject: [PATCH] allow creation of a Checksum with :customer_email parameter --- 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..70d0121 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_id, :customer_email, :require_reusable_payment, :reusable_payment_description, :fee_amount, :fee_payment, :fee_currency, :app_id ]