lib/active_merchant/billing/integrations/world_pay/helper.rb in activemerchant-1.42.2 vs lib/active_merchant/billing/integrations/world_pay/helper.rb in activemerchant-1.42.3
- old
+ new
@@ -56,11 +56,11 @@
add_field(mappings[:customer][:phone], params[:phone])
add_field('name', "#{params[:first_name]} #{params[:last_name]}")
end
# Support for a MD5 hash of selected fields to prevent tampering
- # For futher information read the tech note at the address below:
+ # For further information read the tech note at the address below:
# http://support.worldpay.com/kb/integration_guides/junior/integration/help/tech_notes/sjig_tn_009.html
def encrypt(secret, fields = [:amount, :currency, :account, :order])
signature_fields = fields.collect{ |field| mappings[field] }
add_field('signatureFields', signature_fields.join(':'))
@@ -96,6 +96,6 @@
end
end
end
end
end
-end
\ No newline at end of file
+end