Skip to content

Commit

Permalink
UNZER-545 [Smarty] Fix installment
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Feb 14, 2025
1 parent 4d90a1f commit 33f632c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@
[{include file="@osc-unzer/frontend/tpl/order/unzer_sepa_secured.tpl"}]
[{elseif $sPaymentID == "oscunzer_paypal"}]
[{include file="@osc-unzer/frontend/tpl/order/unzer_paypal.tpl"}]

[{elseif $sPaymentID == "oscunzer_installment_paylater.tpl"}]
[{elseif $sPaymentID == "oscunzer_installment_paylater"}]
[{include file="@osc-unzer/frontend/tpl/order/unzer_installment_paylater.tpl"}]
[{/if}]
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
[{include file="@osc-unzer/frontend/tpl/order/unzer_installment_paylater.tpl"}]
[{elseif $sPaymentID == "oscunzer_paypal"}]
[{include file="@osc-unzer/frontend/tpl/order/unzer_paypal.tpl"}]
[{elseif $sPaymentID == "oscunzer_installment_paylater"}]
[{include file="@osc-unzer/frontend/tpl/order/unzer_installment_paylater.tpl"}]
[{/if}]
</div>
</div>
Expand Down

0 comments on commit 33f632c

Please sign in to comment.