payment list

pull/1/head
alexanderroese 2024-05-31 11:27:08 +02:00
parent 52ff25b793
commit 377bc299f7
1 changed files with 2 additions and 2 deletions

View File

@ -99,9 +99,9 @@
<!-- custom code -->
<div style="display: flex; flex-direction: column; align-items: center">
<div style="display: flex; flex-direction: column; align-items: center; padding-top: 4px">
<span>Sicher Bezahlen mit</span>
<ul class="list list-payment" role="list">
<ul class="list list-payment" style="padding-top: 0px;" role="list">
{%- for type in shop.enabled_payment_types -%}
<li class="list-payment__item">
{{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}