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 599386e commit f9f1397Copy full SHA for f9f1397
tests/CIMGatewayTest.php
@@ -227,7 +227,7 @@ public function testRefundFailure()
227
);
228
}
229
230
- public function testShouldVoidIfRefundFailedWithResponseError54()
+ public function testShouldVoidTransactionIfTryingToRefundAnUnsettledTransaction()
231
{
232
$this->setMockHttpResponse(array('CIMRefundFailure.txt', 'CIMVoidResponse.txt'));
233
$this->refundOptions['voidIfRefundFails'] = true;
0 commit comments