Skip to content

Commit

Permalink
Merge branch 'next' into locale/activate-data-normalization-for-airline
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Apr 15, 2024
2 parents a2d6130 + cd5577c commit fb22018
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions src/locales/el/finance/credit_card/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
import type { FinanceDefinition } from '../../../..';
import american_express from './american_express';
import discover from './discover';
import maestro from './maestro';
import mastercard from './mastercard';
import visa from './visa';

const credit_card: FinanceDefinition['credit_card'] = {
american_express,
discover,
maestro,
mastercard,
visa,
};
Expand Down
1 change: 0 additions & 1 deletion src/locales/el/finance/credit_card/maestro.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/locales/en/finance/credit_card/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import american_express from './american_express';
import diners_club from './diners_club';
import discover from './discover';
import jcb from './jcb';
import maestro from './maestro';
import mastercard from './mastercard';
import visa from './visa';

Expand All @@ -16,7 +15,6 @@ const credit_card: FinanceDefinition['credit_card'] = {
diners_club,
discover,
jcb,
maestro,
mastercard,
visa,
};
Expand Down
18 changes: 0 additions & 18 deletions src/locales/en/finance/credit_card/maestro.ts

This file was deleted.

0 comments on commit fb22018

Please sign in to comment.