lib/active_merchant/billing/gateways/monei.rb in activemerchant-1.54.0 vs lib/active_merchant/billing/gateways/monei.rb in activemerchant-1.55.0
- old
+ new
@@ -136,10 +136,10 @@
end
commit(request)
end
- # Private: Execute operation that depends on athorization code from previous purchase or authorize operation
+ # Private: Execute operation that depends on authorization code from previous purchase or authorize operation
def execute_dependant(action, money, authorization, options)
request = build_request do |xml|
add_identification_authorization(xml, authorization, options)
add_payment(xml, action, money, options)
end