File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55import type { FinanceDefinition } from '../../../..' ;
66import american_express from './american_express' ;
77import discover from './discover' ;
8- import maestro from './maestro' ;
98import mastercard from './mastercard' ;
109import visa from './visa' ;
1110
1211const credit_card : FinanceDefinition [ 'credit_card' ] = {
1312 american_express,
1413 discover,
15- maestro,
1614 mastercard,
1715 visa,
1816} ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import american_express from './american_express';
77import diners_club from './diners_club' ;
88import discover from './discover' ;
99import jcb from './jcb' ;
10- import maestro from './maestro' ;
1110import mastercard from './mastercard' ;
1211import visa from './visa' ;
1312
@@ -16,7 +15,6 @@ const credit_card: FinanceDefinition['credit_card'] = {
1615 diners_club,
1716 discover,
1817 jcb,
19- maestro,
2018 mastercard,
2119 visa,
2220} ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments