Skip to content

Commit

Permalink
remove verdecard brand (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafisElias authored Feb 7, 2025
1 parent 808966b commit e3ecd44
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion packages/components/Brands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Caso não haja a bandeira especificada, ele exibe a bandeira padrão `blank`.

As bandeiras compatíveis com o POS podem ser:

`alelo`, `amex`, `cabal`, `diners`, `elo`, `hipercard`, `mastercard`, `senff`, `sodexo`, `ticket`, `verdecard`, `visa`, `vr`, `hiper`, `greencard`, `cooper`, `valecard`, `verocard`, `up brasil`, `ben visa vale`, `redecompras`, `unionpay`, `banescard`, `banricompras` e `blank`
`alelo`, `amex`, `cabal`, `diners`, `elo`, `hipercard`, `mastercard`, `senff`, `sodexo`, `ticket`, `visa`, `vr`, `hiper`, `greencard`, `cooper`, `valecard`, `verocard`, `up brasil`, `ben visa vale`, `redecompras`, `unionpay`, `banescard`, `banricompras` e `blank`

<br />

Expand Down
Binary file removed packages/components/Brands/assets/verdecard.png
Binary file not shown.
2 changes: 0 additions & 2 deletions packages/components/Brands/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import MASTERCARD from './assets/mastercard.png';
import SENFF from './assets/senff.png';
import SODEXO from './assets/sodexo.png';
import TICKET from './assets/ticket.png';
import VERDECARD from './assets/verdecard.png';
import VISA from './assets/visa.png';
import VR from './assets/vr.png';
import HIPER from './assets/hiper.png';
Expand All @@ -36,7 +35,6 @@ export const BRANDS = {
SENFF,
SODEXO,
TICKET,
VERDECARD,
VISA,
VR,
HIPER,
Expand Down
1 change: 0 additions & 1 deletion packages/components/Brands/example/Example.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<Brands icon='unionpay'/>
<Brands icon='up brasil'/>
<Brands icon='valecard'/>
<Brands icon='verdecard'/>
<Brands icon='verocard'/>
<Brands icon='visa'/>
<Brands icon='vr'/>
Expand Down
1 change: 0 additions & 1 deletion packages/pos/docs/payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ Retorna a Bandeira da transação.
- GREENCARD
- VALECARD
- VEROCARD
- VERDECARD
- CABAL
- UP BRASIL
- SOROCRED
Expand Down

0 comments on commit e3ecd44

Please sign in to comment.