From 536cb131fb802efd7b019cb2ddde7251b9f7d380 Mon Sep 17 00:00:00 2001 From: Roel van Duijnhoven Date: Wed, 2 Aug 2017 16:03:50 +0200 Subject: [PATCH] Incorrectly pass context. --- ApiClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiClient.php b/ApiClient.php index af2b38d..069229b 100755 --- a/ApiClient.php +++ b/ApiClient.php @@ -335,7 +335,7 @@ public function cancel($paymentOrderKey) if ($this->test) { var_dump($this->soapClient->__getLastRequest()); } - +| $this->logger->error( "Payment cancel: " . $paymentOrderKey, ['error' => $response->cancelError->getError()->getExplanation()]