diff options
author | jessib <jessib@leap.se> | 2013-04-23 11:47:09 -0700 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-07-17 10:47:13 +0200 |
commit | c2330394daf004974656d8240ca6c83567401595 (patch) | |
tree | bbf9dace2344efc68c3a6b97921309caeed922e4 /billing/app/views/customer | |
parent | 416ae5da6b87c78fcf49592885a916e9ce4f0904 (diff) |
Basic functionality to edit credit card on file.
Diffstat (limited to 'billing/app/views/customer')
-rw-r--r-- | billing/app/views/customer/edit.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/billing/app/views/customer/edit.html.haml b/billing/app/views/customer/edit.html.haml index 686c551..2104b09 100644 --- a/billing/app/views/customer/edit.html.haml +++ b/billing/app/views/customer/edit.html.haml @@ -14,9 +14,9 @@ - if @default_cc %ul %li - Default Credit Card + Stored Credit Card = @default_cc.masked_number - = # (#{link_to @default_cc.token, edit_credit_card_info_path(:id => @default_cc.token)}) + = link_to 'Change credit card', edit_credit_card_info_path(:id => @default_cc.token) %li Transaction History = render(:partial => "transaction", :collection => @transactions) |