Skip to content

Commit

Permalink
Set apiContext in execute
Browse files Browse the repository at this point in the history
  • Loading branch information
hakito committed Jun 13, 2020
1 parent 0aba2a8 commit 5c70a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Table/PayPalPaymentsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function execute($id)
$event = null;
try
{
$ppRes = $ppReq->execute($execution);
$ppRes = $ppReq->execute($execution, $apiContext);
$paymentState = $ppRes->getState();
$transactions = $ppRes->getTransactions();
$relatedResources = $this->getRelatedResources($transactions);
Expand Down

0 comments on commit 5c70a4e

Please sign in to comment.