lib/active_merchant/billing/gateways/payment_express.rb in activemerchant-1.42.2 vs lib/active_merchant/billing/gateways/payment_express.rb in activemerchant-1.42.3

- old
+ new

@@ -225,10 +225,10 @@ xml.add_element("AvsStreetAddress").text = address[:address1] xml.add_element("AvsPostCode").text = address[:zip] end # The options hash may contain optional data which will be passed - # through the the specialized optional fields at PaymentExpress + # through the specialized optional fields at PaymentExpress # as follows: # # { # :client_type => :web, # Possible values are: :web, :ivr, :moto, :unattended, :internet, or :recurring # :txn_data1 => "String up to 255 characters",