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 dc79ff2 commit e4ca2d5Copy full SHA for e4ca2d5
src/Omnipay/NetBanx/Message/AuthorizeRequest.php
@@ -37,7 +37,7 @@ public function getData()
37
{
38
if ($this->getTransactionReference()) {
39
$this->txnMode = $this->getStoredDataMode();
40
- $this->validate('amount', 'transactionReference');
+ $this->validate('amount');
41
} else {
42
$this->txnMode = $this->getBasicMode();
43
$this->validate('amount', 'card');
0 commit comments