Skip to content

Commit 84201b2

Browse files
committed
My bad. I don't know what I'm doing today :)
1 parent 4a7a75d commit 84201b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Omnipay/Pacnet/Message/AuthorizeRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function getData()
1313

1414
$data['PymtType'] = 'cc_preauth';
1515

16-
if (null !== $this->getTransactionReference()) {
16+
if (is_null($this->getTransactionReference())) {
1717
$this->validate('card');
1818

1919
$data['CardBrand'] = $this->getCard()->getBrand();

0 commit comments

Comments
 (0)