diff --git a/.github/workflows/icons.yml b/.github/workflows/icons.yml index ef0aaf7f3..877b1f195 100644 --- a/.github/workflows/icons.yml +++ b/.github/workflows/icons.yml @@ -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 diff --git a/Service/LogoService.php b/Service/LogoService.php index 67ba15ae5..f125be153 100644 --- a/Service/LogoService.php +++ b/Service/LogoService.php @@ -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",