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 e0a5397 commit f1ba65dCopy full SHA for f1ba65d
vendor/omnipay/authorizenet/src/Message/QueryResponse.php
@@ -25,6 +25,7 @@ public function getData() {
25
$gateway->setApiLoginId($this->request->getApiLoginId());
26
$gateway->setHashSecret($this->request->getHashSecret());
27
$gateway->setTransactionKey($this->request->getTransactionKey());
28
+ $gateway->setDeveloperMode($this->request->getDeveloperMode());
29
$data = array('batch_id' => $batch['batchId']);
30
$dataResponse = $gateway->queryBatchDetail($data)->send();
31
$transactions = $dataResponse->getData();
0 commit comments