Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Incorrectly pass context.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Duijnhoven committed Aug 2, 2017
1 parent 8a816b1 commit 536cb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()]
Expand Down

0 comments on commit 536cb13

Please sign in to comment.