Skip to content

Commit

Permalink
Correcting parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnellockdt committed Oct 24, 2018
1 parent 2ee3402 commit a93264a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Messages/CompletePurchaseRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function getData()
public function sendData($data)
{
foreach ($this->getGateway()->getListeners() as $listener) {
$listener->update('completeSend', $t);
$listener->update('completeSend', $data);
}

try {
Expand Down

0 comments on commit a93264a

Please sign in to comment.