We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 10f2a982 authored by Rik ter Beek's avatar Rik ter Beek

remove echo

parent 52b17c07
...@@ -847,8 +847,6 @@ class Data extends AbstractHelper ...@@ -847,8 +847,6 @@ class Data extends AbstractHelper
*/ */
public function isPaymentMethodOpenInvoiceMethod($paymentMethod) public function isPaymentMethodOpenInvoiceMethod($paymentMethod)
{ {
echo strpos($paymentMethod, 'klarna');
if (strpos($paymentMethod, 'afterpay') !== false) { if (strpos($paymentMethod, 'afterpay') !== false) {
return true; return true;
} elseif (strpos($paymentMethod, 'klarna') !== false) { } elseif (strpos($paymentMethod, 'klarna') !== false) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment