lib/active_merchant/billing/gateways/safe_charge.rb in activemerchant-1.69.0 vs lib/active_merchant/billing/gateways/safe_charge.rb in activemerchant-1.70.0

- old
+ new

@@ -115,9 +115,10 @@ post[:sg_ClientLoginID] = @options[:client_login_id] post[:sg_ClientPassword] = @options[:client_password] post[:sg_ResponseFormat] = "4" post[:sg_Version] = VERSION post[:sg_ClientUniqueID] = options[:order_id] if options[:order_id] + post[:sg_UserID] = options[:user_id] if options[:user_id] end def add_payment(post, payment) post[:sg_NameOnCard] = payment.name post[:sg_CardNumber] = payment.number