Skip to content

Commit cfceacd

Browse files
committed
Fixed issue with paypal plus methods
1 parent bbd88b8 commit cfceacd

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ class MonduCheckoutPlugin {
8686
if (typeof ppp !== 'undefined') {
8787
if (ppp.getPaymentMethod() != null) {
8888
$('.active-mondu-method').removeClass('active-mondu-method');
89-
90-
$('[name="Zahlungsart"]').filter(':checked').prop('checked', false);
91-
$('[name="Zahlungsart"]').filter(':checked').trigger('change');
9289
}
9390
}
9491
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
extends file="{$parent_template_path}/checkout/step5_confirmation.tpl"}
2+
3+
{block name='checkout-step5-confirmation-payment-method'}
4+
<p><strong class="title">{lang key='paymentOptions'}</strong></p>
5+
<p>{$smarty.session.Zahlungsart->angezeigterName|trans}</p>
6+
{if isset($smarty.session.Zahlungsart->cHinweisText) && !empty($smarty.session.Zahlungsart->cHinweisText)}{* this should be localized *}
7+
<p class="small text-muted-util">{$smarty.session.Zahlungsart->cHinweisText|replace:"[url=": "<a target=\"_blank\" href=\""|replace:"[/url]":"</a>"|replace:"]":"\" >"}</p>
8+
{/if}
9+
{/block}

info.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PluginID>MonduPayment</PluginID>
88
<XMLVersion>100</XMLVersion>
99
<ShopVersion>5.0.0</ShopVersion>
10-
<Version>1.0.10</Version>
10+
<Version>1.0.11</Version>
1111
<CreateDate>2022-06-07</CreateDate>
1212
<Install>
1313
<Hooks>
@@ -476,7 +476,7 @@
476476
<position>body</position>
477477
</file>
478478
<file>
479-
<name>plugin-1-0-10.js</name>
479+
<name>plugin-1-0-11.js</name>
480480
<priority>1</priority>
481481
<position>body</position>
482482
</file>
@@ -489,7 +489,7 @@
489489

490490
<CSS>
491491
<file>
492-
<name>style-1-0-10.css</name>
492+
<name>style-1-0-11.css</name>
493493
<priority>4</priority>
494494
</file>
495495
</CSS>

0 commit comments

Comments
 (0)