summaryrefslogtreecommitdiff
path: root/billing/app/views/payments/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'billing/app/views/payments/new.html.haml')
-rw-r--r--billing/app/views/payments/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/billing/app/views/payments/new.html.haml b/billing/app/views/payments/new.html.haml
index 9b06050..b6dd713 100644
--- a/billing/app/views/payments/new.html.haml
+++ b/billing/app/views/payments/new.html.haml
@@ -21,5 +21,5 @@
%div= c.text_field :expiration_date
%div= c.label :cvv, "CVV"
%div= c.text_field :cvv
- = hidden_field_tag :tr_data, Braintree::TransparentRedirect.transaction_data(:redirect_url => confirm_payment_url,:transaction => {:type => "sale", :amount => @amount})
+ = hidden_field_tag :tr_data, Braintree::TransparentRedirect.transaction_data(:redirect_url => confirm_payment_url,:transaction => {:type => "sale", :amount => @amount, :options => {:submit_for_settlement => true } })
= f.submit "Submit" \ No newline at end of file