From 9488e9b459575bd5c4c5fadc5ae97bc7a82b1ffe Mon Sep 17 00:00:00 2001 From: Zil Norvilis Date: Thu, 26 Feb 2026 15:52:45 +0200 Subject: [PATCH] feat: display credit card brand instead of card type in the saved cards list. --- app/views/spree/users/_saved_cards.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/users/_saved_cards.html.haml b/app/views/spree/users/_saved_cards.html.haml index 8a117c2883..035d0849b1 100644 --- a/app/views/spree/users/_saved_cards.html.haml +++ b/app/views/spree/users/_saved_cards.html.haml @@ -6,7 +6,7 @@ %th= t('.default?') %th= t('.delete?') %tr.card{ id: "card{{ card.id }}", "ng-repeat": "card in savedCreditCards" } - %td.brand{ "ng-bind": '::card.cc_type' } + %td.brand{ "ng-bind": '::card.brand' } %td.number{ "ng-bind": '::card.number' } %td.expiry{ "ng-bind": '::card.expiry' } %td.is-default