summaryrefslogtreecommitdiff
path: root/billing/app/views/payments/_customer_data.html.haml
blob: d46065cb6bea2d3a3cd94c83b23fc895b6dd6f1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%h2 Customer Information
%dl
  %dt First Name
  %dd= @braintree_data.first_name
  %dt Last Name
  %dd= @braintree_data.last_name
  %dt Phone
  %dd= @braintree_data.phone
%h2 Credit Card Information
%dl
  %dt Number
  %dd= @default_cc.masked_number
  %dt Expiration Date
  %dd= @default_cc.expiration_date
= link_to 'Edit Saved Data', edit_customer_path(@customer.braintree_customer_id), :class => :btn