Skip to content

Commit 3754720

Browse files
author
Andrew Coates
committed
Removed card validation as not used
1 parent eb65654 commit 3754720

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Omnipay/DataCash/Message/RefundRequest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public function setPassword($value)
3737
public function getData()
3838
{
3939
$this->validate('amount', 'transactionReference');
40-
$this->getCard()->validate();
4140

4241
$data = new SimpleXMLElement('<Request/>');
4342

0 commit comments

Comments
 (0)