lib/braintree/transaction_search.rb in braintree-2.12.0 vs lib/braintree/transaction_search.rb in braintree-2.13.0

- old
+ new

@@ -54,10 +54,10 @@ multiple_value_field :source, :allows => [ Transaction::Source::Api, Transaction::Source::ControlPanel, Transaction::Source::Recurring ] - multiple_value_field :type + multiple_value_field :type, :allows => Transaction::Type::All key_value_fields :refund range_fields :amount, :created_at, :authorization_expired_at, :authorized_at, :failed_at, :gateway_rejected_at, :processor_declined_at,