feat: display credit card brand instead of card type in the saved cards list.

This commit is contained in:
Zil Norvilis
2026-02-26 15:52:45 +02:00
parent 503429960a
commit 9488e9b459

View File

@@ -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