Skip to content

Commit

Permalink
Merge branch 'master' into add-jenius-chinabank
Browse files Browse the repository at this point in the history
  • Loading branch information
adeniyiao authored Nov 1, 2023
2 parents 23ced8c + 9ac560f commit 558af46
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@ To add a new payment method icon to this repository:
- `other`
- `wallets`

4. Add an SVG icon to the `app/assets/images/payment_icons/` directory following the [guidelines for new icons](#guidelines-for-new-icons).
4. Add an SVG icon to the `app/assets/images/payment_icons/` directory following the [guidelines for new icons](#guidelines-for-new-icons). If you are adding a generic payment method, you may use the following generic icons.

- [`cash`](https://github.com/activemerchant/payment_icons/blob/master/app/assets/images/payment_icons/cash.svg)
- [`generic`](https://github.com/activemerchant/payment_icons/blob/master/app/assets/images/payment_icons/generic.svg)
- [`gift-card`](https://github.com/activemerchant/payment_icons/blob/master/app/assets/images/payment_icons/gift-card.svg)
- [`onlinebanking`](https://github.com/activemerchant/payment_icons/blob/master/app/assets/images/payment_icons/onlinebanking.svg)
- [`storecredit`](https://github.com/activemerchant/payment_icons/blob/master/app/assets/images/payment_icons/storecredit.svg)
- [`wallet`](https://github.com/activemerchant/payment_icons/blob/master/app/assets/images/payment_icons/wallet.svg)

5. Optimize your icon using [SVGO](https://github.com/svg/svgo) (`v1.x.x`) - instructions below.

```
Expand Down
1 change: 1 addition & 0 deletions app/assets/images/payment_icons/fam.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/images/payment_icons/qasitli.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/images/payment_icons/ratypekao.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/assets/images/payment_icons/tpay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion db/payment_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2046,15 +2046,31 @@
name: glbeplus
label: Global-E Plus
group: other
-
name: qasitli
label: Qasitli
group: other
-
name: tpay
label: Tpay
group: other
-
name: ratypekao
label: Raty Pekao
group: other
-
name: lunchcheck
label: Lunch-Check
group: other
-
name: fam
label: Fam
group: bank_transfers
-
name: jenius
label: Jenius
group: bank_transfers
-
name: chinabank
label: Chinabank
group: bank_transfers
group: bank_transfers

0 comments on commit 558af46

Please sign in to comment.