search for: merchant_name

Displaying 2 results from an estimated 2 matches for "merchant_name".

2006 Jun 16
0
Strange problem with ActionMailer
...empty? @content_type = "text/html" else @content_type = merchant.signup_confirmation_ctype end # Email body substitutions go here @body["template_root"] = Notifier.template_root @body["signup_path"] =signup_path @body["merchant_name"] = merchant.name @body["merchant_support_email"] = merchant.signup_confirmation_from @body["name"] = affiliate.name @body["email"] = affiliate.email @body["address1"] = affiliate.address1 @body["address2"] = affiliate.addre...
2006 Jun 21
0
Possible bug in actionmailer
...n_ctype.empty? @content_type = "text/html" else @content_type = merchant.signup_confirmation_ctype end # Email body substitutions go here @body["template_root"] = Notifier.template_root @body["signup_path"] =signup_path @body["merchant_name"] = merchant.name @body["merchant_support_email"] = merchant.signup_confirmation_from @body["name"] = affiliate.name @body["email"] = affiliate.email @body["address1"] = affiliate.address1 @body["address2"] = affiliate.address2...