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 b6edd12 commit 599386eCopy full SHA for 599386e
tests/CIMGatewayIntegrationTest.php
@@ -165,7 +165,7 @@ public function testAuthorizeAndVoid()
165
$this->assertNotNull($response->getTransactionReference(), 'Transaction reference should exist');
166
167
// Make a refund on the purchase transaction
168
- $request = $this->gateway->void(['transactionReference' => $response->getTransactionReference()]);
+ $request = $this->gateway->void(array('transactionReference' => $response->getTransactionReference()));
169
$request->setDeveloperMode(true);
170
171
$response = $request->send();
0 commit comments