diff --git a/VERSION b/VERSION index 197c4d5..35cee72 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.0 +2.4.3 diff --git a/stylesheets/paymentwindow.css b/stylesheets/paymentwindow.css index cffe6e1..4b45655 100644 --- a/stylesheets/paymentwindow.css +++ b/stylesheets/paymentwindow.css @@ -78,6 +78,17 @@ a.btn, button[type="submit"] { margin-top: 15px; } +div.btn { + display: flex; + align-items: center; + width: 100%; + height: 90px; + padding: 10px; + line-height: 16px !important; + font-size: 16px !important; + cursor: auto; +} + /* * * Layout diff --git a/templates/payment_methods_list.liquid b/templates/payment_methods_list.liquid index 5470247..2fd7803 100644 --- a/templates/payment_methods_list.liquid +++ b/templates/payment_methods_list.liquid @@ -1,15 +1,19 @@
- - {% if method.name == "apple-pay" %} -
- {% elsif method.name == "vmp-epayment" %} - {% if model.currency == "NOK" %} - VMP Vipps + {% if method.name == "paypal-payments" %} +
+ {% else %} +
+ {% if method.name == "apple-pay" %} +
+ {% elsif method.name == "vmp-epayment" %} + {% if model.currency == "NOK" %} + VMP Vipps + {% else %} + VMP MobilePay + {% endif %} {% else %} - VMP MobilePay + {{ method.nice_name }} {% endif %} - {% else %} - {{ method.nice_name }} - {% endif %} -
+ + {% endif %}