lib/active_merchant/billing/gateways/ipp.rb in activemerchant-1.83.0 vs lib/active_merchant/billing/gateways/ipp.rb in activemerchant-1.84.0

- old
+ new

@@ -128,10 +128,10 @@ success_from(response), message_from(response), response, authorization: authorization_from(response), error_code: error_code_from(response), - test: test?, + test: test? ) end def new_submit_xml(action) xml = Builder::XmlMarkup.new(indent: 2)