Skip to content

Commit

Permalink
BP-2878 Add iDEAL issuer N26 (#783)
Browse files Browse the repository at this point in the history
* BP-2878 Add iDEAL issuer N26

* Apply logo changes from media repository

* clean svgs from media file

* fix svg 2

* fix pipe

* fix pipe2

* fix pipe3

---------

Co-authored-by: Ivascu Madalin <[email protected]>
Co-authored-by: harli91 <[email protected]>
  • Loading branch information
3 people authored Aug 29, 2023
1 parent a368ac5 commit 51b3903
Show file tree
Hide file tree
Showing 13 changed files with 7,396 additions and 4,403 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
php ./rename-icons.php
- name: Copy payment method icons
run: |
cd Media
cd "${{ github.workspace }}/Media/Payment methods/SVG/"
rm -f ideal-qr.svg knaken.svg paylink.svg paybybank.svg
cd ${{ github.workspace }}/Media
cp -R "Payment methods/SVG/." ${{ github.workspace }}/view/adminhtml/web/images/svg/
cp -R "Payment methods/SVG/." ${{ github.workspace }}/view/frontend/web/images/svg/
- name: Copy creditcards icons
Expand All @@ -31,9 +33,12 @@ jobs:
cp -R "Creditcard issuers/SVG/." ${{ github.workspace }}/view/frontend/web/images/creditcards/
- name: Copy giftcards icons
run: |
cd Media
cd "${{ github.workspace }}/Media/Giftcards/SVG/"
rm -f vvvlekkerweg.svg vvvshopchill.svg
cd ${{ github.workspace }}/Media
cp -R "Giftcards/SVG/." ${{ github.workspace }}/view/adminhtml/web/images/giftcards/
cp -R "Giftcards/SVG/." ${{ github.workspace }}/view/frontend/web/images/giftcards/
- name: Copy payment issuers icons
run: |
cd Media
Expand Down
5 changes: 5 additions & 0 deletions Model/ConfigProvider/Method/AbstractConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ abstract class AbstractConfigProvider extends BaseAbstractConfigProvider impleme
'code' => 'BITSNL2A',
'imgName' => 'yoursafe'
],
[
'name' => 'N26',
'code' => 'NTSBDEB1',
'imgName' => 'n26'
],
];

/**
Expand Down
581 changes: 500 additions & 81 deletions view/adminhtml/web/images/giftcards/cjp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,157 changes: 772 additions & 1,385 deletions view/adminhtml/web/images/giftcards/nationaletuinbon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
704 changes: 535 additions & 169 deletions view/adminhtml/web/images/giftcards/sport-fitcadeau.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,676 changes: 1,111 additions & 565 deletions view/adminhtml/web/images/giftcards/vvvgiftcard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
522 changes: 522 additions & 0 deletions view/adminhtml/web/images/svg/pos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
581 changes: 500 additions & 81 deletions view/frontend/web/images/giftcards/cjp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,157 changes: 772 additions & 1,385 deletions view/frontend/web/images/giftcards/nationaletuinbon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
704 changes: 535 additions & 169 deletions view/frontend/web/images/giftcards/sport-fitcadeau.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,676 changes: 1,111 additions & 565 deletions view/frontend/web/images/giftcards/vvvgiftcard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
505 changes: 504 additions & 1 deletion view/frontend/web/images/ideal/n26.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
522 changes: 522 additions & 0 deletions view/frontend/web/images/svg/pos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51b3903

Please sign in to comment.