summaryrefslogtreecommitdiff
path: root/billing/app/views/customer/confirm.html.haml
blob: cfe127eabf79c6bd933ecdb20958cd9dd49f1c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%h1 Payment Info Confirmation
%p Your payment information was successfully saved.
%dl
  %dt First Name
  %dd= @result.customer.first_name
  %dt Last Name
  %dd= @result.customer.last_name
  %dt Phone
  %dd= @result.customer.phone
  %dt Credit Card
  - @result.customer.credit_cards.each do |cc|
    %dd= cc.masked_number