Skip to content

Commit 1bca730

Browse files
committed
Added a fix
1 parent 392d4f8 commit 1bca730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/EMV3DSOrderRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class EMV3DSOrderRequest extends DirectPostAuthorizeRequest
1313

1414
public function getData()
1515
{
16-
$this->validate('amount', 'currency', 'clientIp', 'merchantOrderReference');
16+
$this->validate('amount', 'currency', 'clientIp', 'transactionReference');
1717

1818
return [
1919
'amount' => floor($this->getAmount() * 100),

0 commit comments

Comments
 (0)