From 1ce7d3ad8b417f4890e02f915cdaf039b863c592 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Sat, 15 Jan 2022 23:26:46 +0100 Subject: [PATCH] Fix stripe SetupIntent Klarna not possible for SetupIntent --- htdocs/stripe/class/stripe.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/stripe/class/stripe.class.php b/htdocs/stripe/class/stripe.class.php index a520e83f0ee..18ebce96f8b 100644 --- a/htdocs/stripe/class/stripe.class.php +++ b/htdocs/stripe/class/stripe.class.php @@ -607,9 +607,6 @@ class Stripe extends CommonObject if (!empty($conf->global->STRIPE_BANCONTACT)) { $paymentmethodtypes[] = "bancontact"; } - if (!empty($conf->global->STRIPE_KLARNA)) { - $paymentmethodtypes[] = "klarna"; - } if (!empty($conf->global->STRIPE_IDEAL)) { $paymentmethodtypes[] = "ideal"; }