Skip to content

Commit f1ba65d

Browse files
Further fixes for developer mode
1 parent e0a5397 commit f1ba65d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vendor/omnipay/authorizenet/src/Message/QueryResponse.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public function getData() {
2525
$gateway->setApiLoginId($this->request->getApiLoginId());
2626
$gateway->setHashSecret($this->request->getHashSecret());
2727
$gateway->setTransactionKey($this->request->getTransactionKey());
28+
$gateway->setDeveloperMode($this->request->getDeveloperMode());
2829
$data = array('batch_id' => $batch['batchId']);
2930
$dataResponse = $gateway->queryBatchDetail($data)->send();
3031
$transactions = $dataResponse->getData();

0 commit comments

Comments
 (0)