From c58a8973e74eb3892173b4e8abb6ed62694b6dfd Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 24 Feb 2016 10:51:04 +0100 Subject: [PATCH] allow checksum_action as argument this will allow setting up billing agreements --- 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..dfe4812 100644 --- a/lib/paymill/models/checksum.rb +++ b/lib/paymill/models/checksum.rb @@ -17,7 +17,7 @@ def self.create_with?( incoming_arguments ) def self.allowed_arguments [ - :checksum_type, :amount, :currency, :return_url, :cancel_url, :description, + :checksum_type, :checksum_action, :amount, :currency, :return_url, :cancel_url, :description, :shipping_address, :billing_address, :items, :shipping_amount, :handling_amount, :client_id, :require_reusable_payment, :reusable_payment_description, :fee_amount, :fee_payment, :fee_currency, :app_id