lib/braintree/samsung_pay_card.rb in braintree-3.3.0 vs lib/braintree/samsung_pay_card.rb in braintree-3.4.0

- old
+ new

@@ -75,9 +75,9 @@ :healthcare, :country_of_issuance, :issuing_bank, :image_url ] end def self._new(*args) # :nodoc: - self.new *args + self.new(*args) end end end