mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-04 02:31:33 +00:00
feat: display credit card brand instead of card type in the saved cards list.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user