From 9ce3a7373452636afb933e43b41fd97266f9f074 Mon Sep 17 00:00:00 2001 From: kl Date: Tue, 6 Feb 2024 14:28:37 +0100 Subject: [PATCH 1/3] Changed button for paymentmethod paypal-payments --- templates/payment_methods_list.liquid | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/templates/payment_methods_list.liquid b/templates/payment_methods_list.liquid index a87d988..27ee83f 100644 --- a/templates/payment_methods_list.liquid +++ b/templates/payment_methods_list.liquid @@ -1,9 +1,13 @@
- - {% if method.name == "apple-pay" %} -
- {% else %} - {{ method.nice_name }} - {% endif %} -
+ {% if method.name == "paypal-payments" %} +
+ {% else %} + + {% if method.name == "apple-pay" %} +
+ {% else %} + {{ method.nice_name }} + {% endif %} +
+ {% endif %}
From ebf61baa37bb7e92f1bdee65fcb9b70240ab01ce Mon Sep 17 00:00:00 2001 From: Michelle Louring Date: Wed, 7 Feb 2024 13:16:38 +0100 Subject: [PATCH 2/3] Made changes to how Paypal button is displayed and styled --- stylesheets/paymentwindow.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 From 73f71f9fdab16a6da2ca07492e12cb2f06cff6d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20S=C3=B8rensen?= Date: Tue, 2 Apr 2024 13:17:52 +0200 Subject: [PATCH 3/3] Bump version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 197c4d5..35cee72 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.0 +2.4.3