lib/active_merchant/billing/gateways/mastercard.rb in activemerchant-1.103.0 vs lib/active_merchant/billing/gateways/mastercard.rb in activemerchant-1.104.0

- old
+ new

@@ -173,9 +173,10 @@ post[:customer].merge!(customer) end def add_3dsecure_id(post, options) return unless options[:threed_secure_id] + post.merge!({'3DSecureId' => options[:threed_secure_id]}) end def country_code(country) if country