lib/active_merchant/billing/gateways/blue_pay.rb in activemerchant-1.54.0 vs lib/active_merchant/billing/gateways/blue_pay.rb in activemerchant-1.55.0
- old
+ new
@@ -428,11 +428,12 @@
post[:NAME1] = check.first_name
post[:NAME2] = check.last_name
end
def add_customer_data(post, options)
- post[:EMAIL] = options[:email]
- post[:CUSTOM_ID] = options[:customer]
+ post[:EMAIL] = options[:email]
+ post[:CUSTOM_ID] = options[:customer]
+ post[:CUSTOM_ID2] = options[:custom_id2]
end
def add_duplicate_override(post, options)
post[:DUPLICATE_OVERRIDE] = options[:duplicate_override]
end