Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BP-3698-Adjust the default Riverty name for Magento 2 Refactor #1048

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading