From f0aaa10d587cf7c26191a45a6ba5aca1ac25680e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 21 Jul 2023 09:10:31 +0200 Subject: [PATCH] Add missing `.button` class in PaypalPaymentMethod --- .../lib/system/payment/method/PaypalPaymentMethod.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/payment/method/PaypalPaymentMethod.class.php b/wcfsetup/install/files/lib/system/payment/method/PaypalPaymentMethod.class.php index 974e421923..2a064f61d3 100644 --- a/wcfsetup/install/files/lib/system/payment/method/PaypalPaymentMethod.class.php +++ b/wcfsetup/install/files/lib/system/payment/method/PaypalPaymentMethod.class.php @@ -92,7 +92,7 @@ class PaypalPaymentMethod extends AbstractPaymentMethod - + '; } else { return '
@@ -112,7 +112,7 @@ class PaypalPaymentMethod extends AbstractPaymentMethod - +
'; } } -- 2.20.1