lib/active_merchant/billing/gateways/wirecard.rb in activemerchant-1.42.2 vs lib/active_merchant/billing/gateways/wirecard.rb in activemerchant-1.42.3
- old
+ new
@@ -230,10 +230,10 @@
end
response
end
- # Parse the <ProcessingStatus> Element which containts all important information
+ # Parse the <ProcessingStatus> Element which contains all important information
def parse_response(response, root)
status = nil
# get the root element for this Transaction
root.elements.to_a.each do |node|
if node.name =~ /FNC_CC_/