We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) 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