From 419bf9bee2b20b3bf6e022e5c208683bdc0041d5 Mon Sep 17 00:00:00 2001 From: carmenmaymo Date: Wed, 16 Oct 2024 13:59:12 +0200 Subject: [PATCH] Add sepa enabled on trustly --- src/PaymentMethods/Trustly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PaymentMethods/Trustly.php b/src/PaymentMethods/Trustly.php index 05179fbb..e256a975 100644 --- a/src/PaymentMethods/Trustly.php +++ b/src/PaymentMethods/Trustly.php @@ -21,7 +21,7 @@ protected function getConfig(): array ], 'filtersOnBuild' => false, 'confirmationDelayed' => true, - 'SEPA' => false, + 'SEPA' => true, ]; }