Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee3402 commit a93264aCopy full SHA for a93264a
src/Messages/CompletePurchaseRequest.php
@@ -19,7 +19,7 @@ public function getData()
19
public function sendData($data)
20
{
21
foreach ($this->getGateway()->getListeners() as $listener) {
22
- $listener->update('completeSend', $t);
+ $listener->update('completeSend', $data);
23
}
24
25
try {
0 commit comments