Skip to content

Commit

Permalink
Merge pull request #1048 from buckaroo-it/BP-3698-Adjust-the-default-…
Browse files Browse the repository at this point in the history
…Riverty-name-for-Magento-2-Refactor

BP-3698-Adjust the default Riverty name for Magento 2 Refactor
  • Loading branch information
SandervdHulst authored Sep 11, 2024
2 parents 2c0c038 + d1884ef commit f0d20df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Copy payment method icons
run: |
cd "${{ github.workspace }}/Media/Payment methods/SVG/"
rm -f ideal-qr.svg paybybank.svg pos-nfc.svg riverty.svg
rm -f ideal-qr.svg paybybank.svg pos-nfc.svg
cd ${{ github.workspace }}/Media
cp -R "Payment methods/SVG/." ${{ github.workspace }}/view/base/web/images/svg/
- name: Copy creditcards icons
Expand Down
4 changes: 2 additions & 2 deletions Service/LogoService.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public function __construct(
public function getPayment(string $paymentCode, bool $backend = false): string
{
$mappings = [
"afterpay2" => "svg/afterpay.svg",
"afterpay20" => "svg/afterpay.svg",
"afterpay2" => "svg/riverty.svg",
"afterpay20" => "svg/riverty.svg",
"capayablein3" => "svg/ideal-in3.svg",
"capayablepostpay" => "svg/ideal-in3.svg",
"creditcard" => "svg/creditcards.svg",
Expand Down

0 comments on commit f0d20df

Please sign in to comment.