Skip to content

Commit b51f286

Browse files
authored
[6.5.x] chore: update logos (#488) (#496)
1 parent 339b1d6 commit b51f286

30 files changed

+502
-508
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Fixes an issue, where the state of a country was not correctly transmitted to PayPal (shopware/SwagPayPal#469)
55
- Added Apple Pay support for third-party browsers (shopware/SwagPayPal#485)
66
- Added setting to mark the shop as local environment to preventing connection issues when testing in a non-publicly accessible environment (shopware/SwagPayPal#463)
7+
- Updated and optimized payment method icons
78

89
# 8.8.0
910
- Fixes an issue, where Paypal Express Checkout does not recalculate cart price after changing shipping country (shopware/SwagPayPal#342)

CHANGELOG_de-DE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Behebt ein Problem, bei dem der Bundesstaat nicht korrekt an PayPal übermittelt wurde (shopware/SwagPayPal#469)
55
- Fügt Apple-Pay-Support für Drittanbieter-Browser hinzu (shopware/SwagPayPal#485)
66
- Fügt eine Einstellung hinzu, um den Shop als lokale Umgebung zu kennzeichnen, um Verbindungsprobleme beim Testen in einer nicht öffentlich zugänglichen Umgebung zu vermeiden (shopware/SwagPayPal#463)
7+
- Symbole für Zahlungsmethoden aktualisiert und optimiert
78

89
# 8.8.0
910
- Behebt ein Problem, bei dem der Warenkorbpreis beim Verändern des Versandlandes im Express Checkout nicht angepasst wurde (shopware/SwagPayPal#342)
Lines changed: 14 additions & 5 deletions
Loading

src/Resources/app/administration/src/module/swag-paypal/components/swag-paypal-checkout/swag-paypal-checkout.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<template #avatar>
99
{% block swag_paypal_content_card_channel_config_checkout_avatar %}
1010
<img
11+
class="swag-paypal-checkout__avatar"
1112
:src="assetFilter('swagpaypal/static/img/paypal-logo-avatar.svg')"
1213
:alt="$tc('swag-paypal.settingForm.checkout.appImageAlt')"
1314
>

src/Resources/app/administration/src/module/swag-paypal/components/swag-paypal-checkout/swag-paypal-checkout.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
.swag-paypal-checkout {
44
padding: 30px;
55

6+
&__avatar {
7+
border-radius: 4px;
8+
}
9+
610
&__banner {
711
margin-top: 24px;
812
}
Lines changed: 16 additions & 6 deletions
Loading
Lines changed: 14 additions & 0 deletions
Loading

src/Resources/config/plugin.png

-3.74 KB
Loading

src/Resources/icons/apm_bancontact.svg

Lines changed: 1 addition & 5 deletions
Loading

src/Resources/icons/apm_blik.svg

Lines changed: 28 additions & 34 deletions
Loading

0 commit comments

Comments
 (0)