summaryrefslogtreecommitdiff
path: root/billing/app/views/customer/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'billing/app/views/customer/new.html.haml')
-rw-r--r--billing/app/views/customer/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/billing/app/views/customer/new.html.haml b/billing/app/views/customer/new.html.haml
index 0e1557a..2ff8229 100644
--- a/billing/app/views/customer/new.html.haml
+++ b/billing/app/views/customer/new.html.haml
@@ -2,7 +2,7 @@
#total-errors{:style => "color:red;"}
= h(@result.errors.size)
error(s)
-= form_for :customer, :url => Braintree::TransparentRedirect.url, :params => @result && @result.params[:customer], :builder => BraintreeHelper::BraintreeFormBuilder, :errors => @result && @result.errors.for(:customer) do |f|
+= form_for :customer, :url => Braintree::TransparentRedirect.url, :params => @result && @result.params[:customer], :builder => BraintreeFormHelper::BraintreeFormBuilder, :errors => @result && @result.errors.for(:customer) do |f|
= field_set_tag "Customer" do
%dl
%dt= f.label :first_name, 'First Name'