Displaying 2 results from an estimated 2 matches for "customer_email".
2010 Mar 22
2
ActiveMerchant, Authorize.net and Email Receipts
...post[:customer_ip] = options[:ip]
end
end
...etc...
END RUBY
add_customer_data is called within purchase to process its options
hash. My question is in reference to the line that processes the email
key: Why on earth does it, after checking to see if the email entry
exists, set customer_email explicitly to false? Why is this not based
on some sort of configurable option, or just let alone (Authorize.net
will check the merchant-set options if no customer_email field is
sent)? It''s remarkably puzzling, so if any of you fine fellows knows
the answer, please let me know.
Cheers,
A...
2006 Apr 25
0
How to manage one to many within application.
...;br>
......
<%end%>
<!--[eoform:address]-->
<!--[form:customer]-->
<label for="customer_company_name">Company name</label><br>
<%= text_field ''customer'', ''name'' %> <br>
<label for="customer_email">Email</label><br/>
<%= text_field ''customer'', ''email'' %> <br>
.....
<!--[eoform:customer]-->
#customer_new
<% @page_title = "New Customer"%>
<center><%= link_to ''Back'', :actio...