Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Update card vendors names
Browse files Browse the repository at this point in the history
Sync card vendor names with frontend changes in  9d57604
  • Loading branch information
piotrjozwiak committed Apr 1, 2019
1 parent 77cba4d commit 827421c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Model/TpayCards.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ class TpayCards extends AbstractMethod implements TpayCardsInterface
private $supportedVendors = [
'visa',
'jcb',
'diners',
'dinersclub',
'maestro',
'amex',
'master',
'mastercard',
];

/**
Expand Down
3 changes: 2 additions & 1 deletion view/base/web/css/tpaycards.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ img#saved_icon.visa {
background-position: 0px center;
}

img#saved_icon.master {
img#saved_icon.master,
img#saved_icon.mastercard {
background-position: -91px center;
}

Expand Down

0 comments on commit 827421c

Please sign in to comment.